Moonwave v0.3.1
- Add short links in docs
- You can use the
[ClassName]
short link syntax to link to classes from within doc comments. - You can use
[ClassName:method]
or[ClassName.member]
to link directly to a member of another class - You can also link to Roblox classes, like
[CFrame]
or[Part]
.
- You can use the
- Add
autoSectionPath
option for automatically generating section names from folders: https://upliftgames.github.io/moonwave/docs/Configuration#automatic-sections-from-folders - Fix bug with param names not being detected correctly when there is extra whitespace
- Fix enums not being included in auto links
Full Changelog: v0.3.0...v0.3.1