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 

 
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to