summaryrefslogtreecommitdiffstats
path: root/src/outputlist.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-07-30 13:16:35 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-07-30 13:16:35 (GMT)
commit4cca5f09948e314e14700c81dba8938ddaed814d (patch)
tree9e16d5e4af48cedcff38fb8402d057bfa0d2baad /src/outputlist.h
parent11d4d687a83f1170514ea93e9dcad8c891b19df0 (diff)
parentbee75b8faad42e45dea619bae8e61b264448184b (diff)
downloadDoxygen-4cca5f09948e314e14700c81dba8938ddaed814d.zip
Doxygen-4cca5f09948e314e14700c81dba8938ddaed814d.tar.gz
Doxygen-4cca5f09948e314e14700c81dba8938ddaed814d.tar.bz2
Merge branch 'feature/bug_685714' of https://github.com/albert-github/doxygen into albert-github-feature/bug_685714
Diffstat (limited to 'src/outputlist.h')
-rw-r--r--src/outputlist.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index 35d68a8..2a83020 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -74,13 +74,12 @@ class OutputList : public OutputDocInterface
// OutputDocInterface implementation
//////////////////////////////////////////////////
- bool generateDoc(const char *fileName,int startLine,
+ void generateDoc(const char *fileName,int startLine,
const Definition *ctx,const MemberDef *md,const QCString &docStr,
bool indexWords,bool isExample,const char *exampleName=0,
bool singleLine=FALSE,bool linkFromIndex=FALSE);
void writeDoc(DocRoot *root,const Definition *ctx,const MemberDef *md);
- bool parseText(const QCString &textStr);
-
+ void parseText(const QCString &textStr);
void startIndexSection(IndexSections is)
{ forall(&OutputGenerator::startIndexSection,is); }