Re: [Doxygen-users] LAYOUT_FILE doesn't work
Brought to you by:
dimitri
|
From: Dimitri V. H. <do...@gm...> - 2011-02-22 18:41:38
|
On Feb 22, 2011, at 16:10 , rm...@go... wrote: > Hi there. > > I set LAYOUT_FILE = "DoxygenLayout.xml" (same folder as config) and it's content is just: > > <doxygenlayout version="1.0"> > <!-- Navigation index tabs for HTML output --> > <navindex> > <tab type="mainpage" visible="yes" title=""/> > <tab type="pages" visible="yes" title="" intro=""/> > </navindex> > .. > > followed by the default class, namespace, file, group and directory container. > But the output (HTML) doesn't change at all. > > What did I do wrong? If you remove items from the layout file, doxygen will use default values instead. So you should not remove any items, but instead set the visible attribute to "no" in order to remove items. Regards, Dimitri |