GNOME Bugzilla – Bug 765692
Using `@page` to add title to Markdown file generates surplus empty page.
Last modified: 2016-09-05 13:56:57 UTC
When using the `@page` special command to add a title to a Markdown file, even if the command is used as the very first line of the file, a page titled according to the Markdown file's base name is still added to the documentation, with no "payload" content. For example, given this Markdown file: -----------------------------------foo.md begins--- @page mypage My Page Title # Something Dunno. # Something else Never mind. -----------------------------------foo.md ends--- the documentation will contain a page titled "My Page Title" with all contents of foo.md inside, but also a perfectly useless empty page titled "foo".
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.12. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).
Confirming this as fixed; thanks!