Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide page brief in <briefdescription> of XML output. | Vladimír Vondruš | 2017-11-25 | 5 | -0/+10 |
| | | | | | | | | | | | Until now the brief description of pages was prepended to the <detaileddescription> element and the <briefdescription> element was not present at all, which meant there was no easy way to extract the brief description for purposes of creating a page index, for example. With this patch, the brief description is included in both <briefdescription> and <detaileddescription>, thus duplicated, to avoid backwards compatibility issues. | ||||
* | Further cmake changes | Dimitri van Heesch | 2015-05-31 | 5 | -5/+5 |
| | | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism | ||||
* | Added language attribute to XML output for classes, namespaces, and files | Dimitri van Heesch | 2014-11-15 | 5 | -5/+5 |
| | |||||
* | Added regression test suite | Dimitri van Heesch | 2013-07-19 | 10 | -0/+354 |