Doxyrest Global Variables
Overview
These global variables represent the root of the Doxygen tree. Moreā¦
-- variables g_frameDir g_globalNamespace g_groupArray g_pageArray g_targetDir g_targetFileName
Detailed Documentation
These global variables represent the root of the Doxygen tree. Lua frames use them to walk around the tree in a specific order and generate documentation for everything.
Variables
g_frameDir
Holds the directory of the frame file which is being currently processed.
g_globalNamespace
A table of type GlobalNamespace
containing the global namespace of the source tree.
g_groupArray
Array of group Compound
-s
g_pageArray
Array of Page
-s
g_targetDir
Holds the directory of the target file which is being currently written to.
g_targetFileName
Holds the file name of the target file which is being currently written to.