diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 11:16:22 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 11:16:22 +0900 |
commit | 558fa54c62ec59357cb5c40a411f16f1c1754f33 (patch) | |
tree | 9468f1b169143cbb375fc223ca2f78539a908085 /src/vhdlcode.h | |
parent | ce6f802772f02771c3bf86ccf78d0fc1731947c5 (diff) | |
download | doxygen-558fa54c62ec59357cb5c40a411f16f1c1754f33.tar.gz doxygen-558fa54c62ec59357cb5c40a411f16f1c1754f33.tar.bz2 doxygen-558fa54c62ec59357cb5c40a411f16f1c1754f33.zip |
Imported Upstream version 1.9.2upstream/1.9.2
Diffstat (limited to 'src/vhdlcode.h')
-rw-r--r-- | src/vhdlcode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vhdlcode.h b/src/vhdlcode.h index 48c15bb..1675102 100644 --- a/src/vhdlcode.h +++ b/src/vhdlcode.h @@ -29,12 +29,12 @@ class VHDLCodeParser : public CodeParserInterface VHDLCodeParser(); virtual ~VHDLCodeParser(); void parseCode(CodeOutputInterface &codeOutIntf, - const char *scopeName, + const QCString &scopeName, const QCString &input, SrcLangExt lang, bool isExampleBlock, - const char *exampleName=0, - FileDef *fileDef=0, + const QCString &exampleName=QCString(), + const FileDef *fileDef=0, int startLine=-1, int endLine=-1, bool inlineFragment=FALSE, |