Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding the xml:lang tag to XML and Docbook output | albert-github | 2020-06-03 | 1 | -1/+1 |
| | | | | | | | | Adding the xml:lang attribute for XNL and Docbook output Interesting links: - language codes (different from country codes!): https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry - example for xml.xsd: http://www.java2s.com/Code/XML/XML-Schema/importanotherXMLschema.htm | ||||
* | Remove persistent storage of Entry objects | Dimitri van Heesch | 2019-02-17 | 1 | -2/+2 |
| | |||||
* | Added declfile, declline, and declcolumn attributes to the location element ↵ | Dimitri van Heesch | 2019-01-12 | 1 | -2/+2 |
| | | | | in the XML output | ||||
* | Bug 792122 - XHTML pages are broken several ways | albert-github | 2018-03-04 | 1 | -1/+91 |
| | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Added language attribute to XML output for classes, namespaces, and files | Dimitri van Heesch | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | Fixed issues with @parblock and added regression test case | Dimitri van Heesch | 2014-01-04 | 1 | -0/+103 |