After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765692 - Using `@page` to add title to Markdown file generates surplus empty page.
Using `@page` to add title to Markdown file generates surplus empty page.
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.11
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2016-04-27 18:55 UTC by Christoph Lipka
Modified: 2016-09-05 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christoph Lipka 2016-04-27 18:55:54 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".
Comment 1 Dimitri van Heesch 2016-05-16 10:33:39 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2016-09-05 13:45:25 UTC
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).
Comment 3 Christoph Lipka 2016-09-05 13:56:57 UTC
Confirming this as fixed; thanks!