Go to the source code of this file.
|
| ug |
|
| ug::DocuGen |
| App for generating documentation of registered classes and methods.
|
|
|
bool | ug::DocuGen::ClassGroupDescSort (const ClassGroupDesc *i, const ClassGroupDesc *j) |
|
bool | ug::DocuGen::ExportedClassSort (const IExportedClass *i, const IExportedClass *j) |
|
bool | ug::DocuGen::ExportedFunctionsGroupSort (const bridge::ExportedFunction *i, const bridge::ExportedFunction *j) |
|
bool | ug::DocuGen::ExportedFunctionsSort (const bridge::ExportedFunctionBase *i, const bridge::ExportedFunctionBase *j) |
|
std::string | ug::DocuGen::GetBeautifiedTag (std::string tag) |
|
std::string | ug::DocuGen::GetFilenameForGroup (std::string s, std::string dir="") |
|
bool | ug::DocuGen::IsPluginGroup (std::string g) |
|
void | ug::DocuGen::ParameterToString (std::ostream &file, const bridge::ParameterInfo &par, int i, bool bHTML) |
|
std::string | ug::DocuGen::tohtmlstring (const std::string &str) |
|
void | ug::DocuGen::WriteClassHierarchy (std::ostream &file, bridge::ClassHierarchy &c) |
|
template<typename T > |
static void | ug::DocuGen::WriteParametersIn (std::ostream &file, const T &thefunc, bool bHTML=true) |
|
template<typename T > |
static void | ug::DocuGen::WriteParametersOut (std::ostream &file, const T &thefunc, bool bHTML=true) |
|