The ConfigInfo
Class Reference
Section marker for grouping the configuration options. More...
Declaration
class ConfigInfo { ... }
Base class
Public Constructors Index
Public Member Functions Index
Description
Section marker for grouping the configuration options.
Definition at line 106 of file configimpl.h.
Public Constructors
ConfigInfo()
ConfigInfo::ConfigInfo (const char * name, const char * doc) |
|
inline
|
Public Member Functions
compareDoxyfile()
substEnvVars()
void ConfigInfo::substEnvVars () |
|
inline
virtual
|
writeTemplate()
void ConfigInfo::writeTemplate (TextStream & t, bool sl, bool) |
|
virtual
|
Declaration at line 115 of file configimpl.h, definition at line 357 of file configimpl.l.
358{
359 if (!sl)
360 {
361 t << "\n";
362 }
363 t << "#---------------------------------------------------------------------------\n";
364 t << "# " << m_doc << "\n";
365 t << "#---------------------------------------------------------------------------\n";
366}
Reference ConfigOption::m_doc.
writeXMLDoxyfile()
writeXSDDoxyfile()
void ConfigInfo::writeXSDDoxyfile (TextStream & t) |
|
inline
virtual
|
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.