Method Tools.AutoDoc.ProcessXML.postProcess()
- Method
postProcess
void
postProcess(SimpleNode
root
,string
|void
logfile
,.Flags
|void
flags
)- Description
Perform the last steps on a completed documentation tree.
- Parameter
root
Root <autodoc> node of the completed documentation tree.
Calls handleAppears(),
cleanUndocumented()
andresolveRefs()
in turn.- See also
handleAppears(),
cleanUndocumented()
,resolveRefs()