diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 10:50:10 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 10:50:10 +0900 |
commit | 738086af77ab085837d0044a33a5d954a3edc6f5 (patch) | |
tree | 3b965243967bdf1aab50ec3dfe74ebdaf75b6942 /src/parserintf.h | |
parent | 835421dad74e8989002b592f703a23d87f211df0 (diff) | |
download | doxygen-738086af77ab085837d0044a33a5d954a3edc6f5.tar.gz doxygen-738086af77ab085837d0044a33a5d954a3edc6f5.tar.bz2 doxygen-738086af77ab085837d0044a33a5d954a3edc6f5.zip |
Imported Upstream version 1.8.6upstream/1.8.6
Diffstat (limited to 'src/parserintf.h')
-rw-r--r-- | src/parserintf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parserintf.h b/src/parserintf.h index 40c82dc..d474d8f 100644 --- a/src/parserintf.h +++ b/src/parserintf.h @@ -98,6 +98,7 @@ class ParserInterface * @param[in] showLineNumbers if set to TRUE and also fileDef is not 0, * line numbers will be added to the source fragement * @param[in] searchCtx context under which search data has to be stored. + * @param[in] collectXRefs collect cross-reference relations. */ virtual void parseCode(CodeOutputInterface &codeOutIntf, const char *scopeName, @@ -111,7 +112,8 @@ class ParserInterface bool inlineFragment=FALSE, MemberDef *memberDef=0, bool showLineNumbers=TRUE, - Definition *searchCtx=0 + Definition *searchCtx=0, + bool collectXRefs=TRUE ) = 0; /** Resets the state of the code parser. |