moonwave 1.3.0

Moonwave is a tool for generating documentation from comments in Lua source code.
Documentation
--[=[

	This description starts one line down,

	And has a line in the middle, followed by trailing lines.

	```lua
	function test()
		print("indentation")

		do
			print("more indented")
		end
	end
	```


	@class indentation


]=]