summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-01-31 19:13:53 (GMT)
committerGitHub <noreply@github.com>2019-01-31 19:13:53 (GMT)
commit0b8740fb12ef37f61f282f2e0dc8d30a8b7e32cf (patch)
treed1c221744f81f8af39f2b22ff08a12dd8886bce8
parentc141d67332ce9e6875d4c03c4652a88da29a6f78 (diff)
parent9848c465f740547b5bd59e963a2bec8efc47fc4a (diff)
downloadDoxygen-0b8740fb12ef37f61f282f2e0dc8d30a8b7e32cf.zip
Doxygen-0b8740fb12ef37f61f282f2e0dc8d30a8b7e32cf.tar.gz
Doxygen-0b8740fb12ef37f61f282f2e0dc8d30a8b7e32cf.tar.bz2
Merge pull request #6807 from albert-github/feature/bug_vhdl_inline
Inline VHDL code
-rw-r--r--src/vhdlcode.l6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/vhdlcode.l b/src/vhdlcode.l
index aa15183..2c5469e 100644
--- a/src/vhdlcode.l
+++ b/src/vhdlcode.l
@@ -1554,7 +1554,6 @@ void parseVhdlCode(CodeOutputInterface &od,const char *className,const QCString
{
ClassDef *dd=memberDef->getClassDef();
if (dd) g_CurrClass=dd->name();
- startLine--;
}
resetVhdlCodeParserState();
g_code = &od;
@@ -1599,10 +1598,7 @@ void parseVhdlCode(CodeOutputInterface &od,const char *className,const QCString
g_exampleFile = convertNameToFile(g_exampleName+"-example");
}
g_includeCodeFragment = inlineFragment;
- if (!memberDef)
- {
- startCodeLine();
- }
+ startCodeLine();
// g_type.resize(0);
// g_name.resize(0);
// g_args.resize(0);