Re: [Doxygen-users] Subpage IDs using periods confuse the tree view
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2014-09-25 18:14:44
|
I didn't look into it but the '.' is most of the time a separator so this could explain the behavior. Did you try to place quotes around this.that ? Albert On Thu, Sep 25, 2014 at 8:08 PM, Philip Grenon <phi...@or...> wrote: > 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 > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |