summaryrefslogtreecommitdiffstats
path: root/src/parserintf.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-03-24 20:39:59 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-03-24 20:39:59 (GMT)
commiteb1cb68e11a3b24222a49ed254f8f7aea2f73bae (patch)
tree1e47a4443afb2ec61f032669050ee1b8834baa8d /src/parserintf.h
parentcd19d7a220915d1f637e0a0a5b2d05d5750f5db0 (diff)
downloadDoxygen-eb1cb68e11a3b24222a49ed254f8f7aea2f73bae.zip
Doxygen-eb1cb68e11a3b24222a49ed254f8f7aea2f73bae.tar.gz
Doxygen-eb1cb68e11a3b24222a49ed254f8f7aea2f73bae.tar.bz2
Release-1.6.3-20100324
Diffstat (limited to 'src/parserintf.h')
-rw-r--r--src/parserintf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/parserintf.h b/src/parserintf.h
index 602e40c..a7568fb 100644
--- a/src/parserintf.h
+++ b/src/parserintf.h
@@ -68,6 +68,8 @@ class ParserInterface
* @param[in] memberDef Member definition to which the code
* is associated (non null in case of an inline fragment
* for a member).
+ * @param[in] showLineNumbers if set to TRUE and also fileDef is not 0,
+ * line numbers will be added to the source fragement
*/
virtual void parseCode(CodeOutputInterface &codeOutIntf,
const char *scopeName,
@@ -78,7 +80,8 @@ class ParserInterface
int startLine=-1,
int endLine=-1,
bool inlineFragment=FALSE,
- MemberDef *memberDef=0
+ MemberDef *memberDef=0,
+ bool showLineNumbers=TRUE
) = 0;
/** Resets the state of the code parser.