summaryrefslogtreecommitdiffstats
path: root/testing/054_parblock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bug 792122 - XHTML pages are broken several waysalbert-github2018-03-041-2/+30
| | | | | | | | | | | | | | | | | | | The Markdown processing was done after the normal tag processing and splitting the comment in brief, doc, inline. This resulted in that sectioning parts (i.e. e.g. ==== conversion to <h1> ) remained in the brief description whilst similar constructs with HTML commands landed in the doc (details) description. By performing the markdown on the entire comment block this problem has been overcome. commentscan.l - change moment of calling markdown processing - skip start spaces and subsequent empty lines in markdown processed code - small debug correction markdown.cpp - don't convert the dashes in <!-- and --> (HTML type comment) - small debug correction 054 test - update of example for compatibility and adding part about none code result. doxygen.cpp - small textual comment correction
* Fixed issues with @parblock and added regression test caseDimitri van Heesch2014-01-041-0/+32