fixed handling of quoted text adn standalone backslash and @
This commit is contained in:
parent
43eeb4528c
commit
8de06366cf
7 changed files with 61 additions and 25 deletions
|
|
@ -88,6 +88,7 @@ private:
|
|||
static std::set<std::string> doxygenSectionIndicators;
|
||||
|
||||
bool m_isVerbatimText; // used to handle \htmlonly and \verbatim commands
|
||||
bool m_isInQuotedString;
|
||||
|
||||
std::string m_fileName;
|
||||
int m_fileLineNo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue