summaryrefslogtreecommitdiffstats
path: root/src/outputlist.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-05-17 20:19:03 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-05-17 20:19:03 (GMT)
commit820c90090848a96b959c562209bc3242fee58a53 (patch)
tree5c4df5008d6c8033ded1f60fbb87461e666c8f1c /src/outputlist.h
parent64ab36082a9cb658fd54c2b76fdf1a9b40ed7b74 (diff)
downloadDoxygen-820c90090848a96b959c562209bc3242fee58a53.zip
Doxygen-820c90090848a96b959c562209bc3242fee58a53.tar.gz
Doxygen-820c90090848a96b959c562209bc3242fee58a53.tar.bz2
Release-1.3.7-20040517
Diffstat (limited to 'src/outputlist.h')
-rw-r--r--src/outputlist.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/outputlist.h b/src/outputlist.h
index c24950f..68a8c10 100644
--- a/src/outputlist.h
+++ b/src/outputlist.h
@@ -62,7 +62,8 @@ class OutputList : public OutputDocInterface
void parseDoc(const char *fileName,int startLine,
Definition *ctx,MemberDef *md,const QCString &docStr,
- bool indexWords,bool isExample,const char *exampleName=0);
+ bool indexWords,bool isExample,const char *exampleName=0,
+ bool singleLine=FALSE);
void parseText(const QCString &textStr);
@@ -321,8 +322,8 @@ class OutputList : public OutputDocInterface
{ forall(&OutputGenerator::writeGraphicalHierarchy,g); }
void startTextBlock(bool dense=FALSE)
{ forall(&OutputGenerator::startTextBlock,dense); }
- void endTextBlock()
- { forall(&OutputGenerator::endTextBlock); }
+ void endTextBlock(bool paraBreak=FALSE)
+ { forall(&OutputGenerator::endTextBlock,paraBreak); }
void lastIndexPage()
{ forall(&OutputGenerator::lastIndexPage); }
void startMemberDocPrefixItem()