| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
@madmaxoft, is this the right syntax for lua for loops?
|
|
We may get to documenting them one day, but for now they are unused anyway, so there's no point in documenting them. They are a by-product of multiple inheritance, re-introduced due to #422.
|
|
|
|
All the files in the Classes subfolder are read for class descriptions, and in the Hooks subfolder for the hook descriptions.
|
|
Also fixed the parsing of the Include data in the constant groups, and added linkification to group texts.
|
|
Fix #289.
|
|
Strings don't need concatenation when using write().
|
|
This simplifies exclude-filters for functions such as lxp.new() that need inclusion.
|
|
|
|
|
|
This fixes cChatColor constants being reported erroneously as member variables.
|
|
This fixes #195 's second iteration.
|
|
|
|
|
|
Classes with undefined "Functions" section would not list their functions as undocumented; similar for "Constants" and "Variables".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This time it's really offline :)
|
|
Also implemented writing inherited constants.
|
|
|
|
This allows offline API browsing.
|
|
Undocumented objects are output to _undocumented.lua
Overdocumented objects are output to _unexported-documented.txt
Missing pages are output to _missingPages.txt
|
|
This fixes #219.
|
|
|
|
|
|
* Fixed whacky HTML indentation
+ Added fancy CSS!
+ Now HTML5 compatible!
|
|
This implements #198.
|
|
They're not really hooks, just constants for the maximum.
|
|
|
|
|
|
This allows for easier copypasting, hooks with less than 9 params don't need an extra copy-paste for a new param entry.
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by file links and titles and copied directly from the plugin folder to the dest folder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously class that was not listed in APIDesc was not listed in Undocumented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also added real class name, description and constructor renaming.
|
|
|
|
|
|
|
|
|
|
Part of #116.
|
|
|
|
|
|
|