#ifndef WX_PRECOMP
#include <wx/string.h>
#include <wx/log.h>
- #include <wx/file.h>
#include <wx/dynarray.h>
#endif // WX_PRECOMP
+#include <wx/file.h>
+
// C++ parsing classes
#include "cjparser.h"
// get the string with current time (returns pointer to static buffer)
// timeFormat is used for the call of strftime(3)
+#ifdef GetCurrentTime
+#undef GetCurrentTime
+#endif
+
static const char *GetCurrentTime(const char *timeFormat);
// -----------------------------------------------------------------------------
}
wxString baseclass = *i;
- derived << "\\helpref{" << baseclass << "}"
- "{ " << baseclass.MakeLower() << "}";
+ derived << "\\helpref{" << baseclass << "}";
+ derived << "{" << baseclass.MakeLower() << "}";
}
}
totalText << derived << "\n\n";
funcname = dtor;
}
- totalText.Printf("\\membersection{%s::%s}\\label{%s}\n"
+ totalText.Printf("\\membersection{%s::%s}\\label{%s}\n\n"
"\\%sfunc{%s%s}{%s}{",
classname, funcname,
MakeLabel(classname, funcname).c_str(),