fixed handling of quoted text adn standalone backslash and @

This commit is contained in:
Marko Klopcic 2013-01-23 23:15:36 +01:00
commit 8de06366cf
7 changed files with 61 additions and 25 deletions

View file

@ -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;