diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 10:46:26 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 10:46:26 +0900 |
commit | b7b8bd24feb1363d7d84d030b9ea688fe2f149de (patch) | |
tree | 83a30b06a24a934bb4120199cd0c180ece6fc1ed /src/mangen.h | |
parent | 046aece77e373b5280b56bf871fa6e974d06e85d (diff) | |
download | doxygen-b7b8bd24feb1363d7d84d030b9ea688fe2f149de.tar.gz doxygen-b7b8bd24feb1363d7d84d030b9ea688fe2f149de.tar.bz2 doxygen-b7b8bd24feb1363d7d84d030b9ea688fe2f149de.zip |
Imported Upstream version 1.8.4upstream/1.8.4
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mangen.h b/src/mangen.h index f40d0c3..eda360e 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -2,7 +2,7 @@ * * * - * Copyright (C) 1997-2012 by Dimitri van Heesch. + * Copyright (C) 1997-2013 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -95,7 +95,7 @@ class ManGenerator : public OutputGenerator void startMemberSections() {} void endMemberSections() {} void startHeaderSection() {} - void endHeaderSection() {} + void endHeaderSection(); void startMemberHeader(const char *); void endMemberHeader(); void insertMemberAlign(bool) {} @@ -229,6 +229,7 @@ class ManGenerator : public OutputGenerator void endParameterName(bool,bool,bool) {} void startParameterList(bool) {} void endParameterList() {} + void exceptionEntry(const char*,bool) {} void startFontClass(const char *) {} void endFontClass() {} @@ -256,7 +257,6 @@ class ManGenerator : public OutputGenerator void endLabels(); void writeCodeAnchor(const char *) {} - void linkableSymbol(int,const char *,Definition *,Definition *) {} void setCurrentDoc(Definition *,const char *,bool) {} void addWord(const char *,bool) {} |