// -----------------------------------------------------------------------------
// private functions
// -----------------------------------------------------------------------------
// return the label for the given function name (i.e. argument of \label)
// -----------------------------------------------------------------------------
// private functions
// -----------------------------------------------------------------------------
// return the label for the given function name (i.e. argument of \label)
// get the string with current time (returns pointer to static buffer)
// timeFormat is used for the call of strftime(3)
// get the string with current time (returns pointer to static buffer)
// timeFormat is used for the call of strftime(3)
// there is only one dtor, so the logic here is simpler
if ( (*pp1)->name == dtorname ) {
// there is only one dtor, so the logic here is simpler
if ( (*pp1)->name == dtorname ) {
}
void HelpGenVisitor::VisitFile( spFile& file )
{
m_fileHeader = file.mFileName;
wxLogVerbose("%s: started generating docs for classes from file '%s'...",
}
void HelpGenVisitor::VisitFile( spFile& file )
{
m_fileHeader = file.mFileName;
wxLogVerbose("%s: started generating docs for classes from file '%s'...",
"\\section{\\class{%s}}\\label{%s}\n\n",
GetVersionString().c_str(),
m_fileHeader.c_str(),
"\\section{\\class{%s}}\\label{%s}\n\n",
GetVersionString().c_str(),
m_fileHeader.c_str(),
// the name of the class from the last "\membersection" command: we assume
// that the following "\func" or "\constfunc" always documents a method of
// the name of the class from the last "\membersection" command: we assume
// that the following "\func" or "\constfunc" always documents a method of