diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-31 19:39:45 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-31 19:39:45 (GMT) |
commit | 482b02defc5945a0fd3476c47630f5935a880c10 (patch) | |
tree | cca545270c70bbf80616f755cde8dc73ebf2f08b /src | |
parent | 4904f70fa7a412487e3c878f156591b230e76e26 (diff) | |
parent | 0b8740fb12ef37f61f282f2e0dc8d30a8b7e32cf (diff) | |
download | Doxygen-482b02defc5945a0fd3476c47630f5935a880c10.zip Doxygen-482b02defc5945a0fd3476c47630f5935a880c10.tar.gz Doxygen-482b02defc5945a0fd3476c47630f5935a880c10.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src')
-rw-r--r-- | src/vhdlcode.l | 6 |
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); |