Doxygen
|
Public Member Functions | |
void | indent () |
void | closedTag () |
void | openedTag () |
Public Attributes | |
int | depth = 0 |
bool | endtag = false |
int | openTags = 0 |
std::ofstream | tocstream |
QCString | pathprefix |
Definition at line 23 of file eclipsehelp.cpp.
|
inline |
Definition at line 40 of file eclipsehelp.cpp.
|
inline |
Definition at line 33 of file eclipsehelp.cpp.
|
inline |
Definition at line 48 of file eclipsehelp.cpp.
int EclipseHelp::Private::depth = 0 |
Definition at line 25 of file eclipsehelp.cpp.
Referenced by indent().
bool EclipseHelp::Private::endtag = false |
Definition at line 26 of file eclipsehelp.cpp.
Referenced by closedTag(), and openedTag().
int EclipseHelp::Private::openTags = 0 |
Definition at line 27 of file eclipsehelp.cpp.
Referenced by openedTag().
QCString EclipseHelp::Private::pathprefix |
Definition at line 30 of file eclipsehelp.cpp.
std::ofstream EclipseHelp::Private::tocstream |
Definition at line 29 of file eclipsehelp.cpp.
Referenced by closedTag(), indent(), and openedTag().