moonwave 1.3.0

Moonwave is a tool for generating documentation from comments in Lua source code.
Documentation
--[=[
	@class aclass
	@unreleased
	@private
	@plugin

	This is a class
]=]

--[=[
	This is a description
	This is alos adid seictopu

	@function f
	@within aclass
	@param thename the type -- the description
	@param thenameredux the type but twice -- the description again
	@since v1.0
	@deprecated v1.2 -- This is no good.
	@return string -- AAAAAAAAAAAAAAAAAAAAAAAAAA
]=]