Skip to content

MoaiUtils 2.0

Compare
Choose a tag to compare
@DanielSWolf DanielSWolf released this 28 Feb 21:45
· 30 commits to master since this release
  • CreateApiDescription.exe is now called DocExport.exe
  • To reduce clutter, DocExport doesn't show warnings any more
  • New tool DocLint.exe to show warnings in a structured manner
  • DocLint now does additional checks
    • Detecting @in params after @opt params
    • Checking that all accessed parameters are documented
    • Checking 'self' params for correct type and position
    • Detecting undocumented Lua methods
  • DocExport can now creates code completion files for Sublime Text
  • DocExport can now export XML data
  • Minor changes