diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-05-17 19:26:02 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-05-17 19:26:02 (GMT) |
commit | 75fed7362598edf5a7210505cd38c92821863a39 (patch) | |
tree | cb90fc9b85934eb220249aae4ffd7e4979489b16 /src/mangen.h | |
parent | f5f5db18c34651c19f63a972e70087ce2131e764 (diff) | |
download | Doxygen-75fed7362598edf5a7210505cd38c92821863a39.zip Doxygen-75fed7362598edf5a7210505cd38c92821863a39.tar.gz Doxygen-75fed7362598edf5a7210505cd38c92821863a39.tar.bz2 |
Release-20010517
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mangen.h b/src/mangen.h index dec3159..8b841df 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -175,8 +175,8 @@ class ManGenerator : public OutputGenerator void endParamList() { endDescList(); } void endDescTitle(); void writeDescItem(); - void startSection(const char *,const char *,bool) {} - void endSection(const char *,bool) {} + void startSection(const char *,const char *,bool); + void endSection(const char *,bool); void writeSectionRef(const char *,const char *,const char *,const char *) {} void writeSectionRefItem(const char *,const char *,const char *) {} //void writeSectionRefAnchor(const char *,const char *,const char *) {} @@ -231,6 +231,7 @@ class ManGenerator : public OutputGenerator int col; bool upperCase; bool insideTabbing; + bool inHeader; ManGenerator(const ManGenerator &g); ManGenerator &operator=(const ManGenerator &g); |