Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove persistent storage of Entry objects | Dimitri van Heesch | 2019-02-17 | 1 | -31/+31 |
| | |||||
* | issue #6791 TOC not generated when using a particular Markdown header style | albert-github | 2019-01-21 | 1 | -31/+31 |
| | | | | Update test | ||||
* | Provide page brief in <briefdescription> of XML output. | Vladimír Vondruš | 2017-11-25 | 1 | -0/+2 |
| | | | | | | | | | | | 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. | ||||
* | Fixed issue escaping ndashes (\--) and mdashes (\---) | Dimitri van Heesch | 2016-02-07 | 1 | -0/+1 |
| | |||||
* | Merge branch 'wip/fix-link-id-on-last-line' of ↵ | Dimitri van Heesch | 2014-02-04 | 1 | -2/+10 |
|\ | | | | | | | | | | | | | | | https://github.com/agateau/doxygen into agateau-wip/fix-link-id-on-last-line Conflicts: testing/055/md_055_markdown.xml testing/055_markdown.md | ||||
| * | Make sure all ids in g_linkRefs are lower case | Aurélien Gâteau | 2014-02-04 | 1 | -0/+19 |
| | | | | | Ids created from the last line were not lower-cased, leading to the link not being recognized. | ||||
* | Bug 722711 - [PATCH] Link refs with no title swallow an extra newline | Dimitri van Heesch | 2014-01-26 | 1 | -0/+20 |