[Doxygen-users] Subpage IDs using periods confuse the tree view
Brought to you by:
dimitri
From: Philip G. <phi...@or...> - 2014-09-25 18:08:24
|
Hi, I am using pages and subpages to create a tree view, and I ran into an issue with subpage ids that use periods. These four example pages illustrate the problem: /** @mainpage notitle - @subpage overview */ /** @page overview overview - @subpage this - @subpage this.that */ /*! @page this this */ /*! @page this.that this.that */ I expected "this" and "this.that" to be subpages of "overview", but instead, overview has "this" as a subpage twice. Additionally, "this.that" is left at the default level (a subpage of the main page). Is this behavior expected? -- Philip |