|
void | ug::DocuGen::AddLuaDebugCompletions (ostream &f) |
|
void | ug::DocuGen::WriteClassCompleter (ostream &classhtml, UGDocuClassDescription *d, ClassHierarchy &hierarchy) |
|
void | ug::DocuGen::WriteCompletionList (std::vector< UGDocuClassDescription > &classesAndGroupsAndImplementations, bool bSilent, ClassHierarchy &hierarchy) |
|
void | ug::DocuGen::WriteCompletionList (std::vector< UGDocuClassDescription > classesAndGroupsAndImplementations, bool bSilent) |
|
void | ug::DocuGen::WriteConstructorCompleter (ostream &f, string classname, const bridge::ExportedConstructor &thefunc, string group) |
|
void | ug::DocuGen::WriteFunctionCompleter (ostream &f, const char *desc, const bridge::ExportedFunctionBase &thefunc, string group, const char *pClass=NULL, bool bConst=false) |
|
void | ug::DocuGen::WriteFunctionHTMLCompleter (ostream &file, const bridge::ExportedFunctionBase &thefunc, const char *group, const char *pClass) |
|