Re: [Doxygen-users] Changing the standard header
Brought to you by:
dimitri
From: Irwin D. <ir...@ca...> - 2001-07-16 13:10:57
|
Moshe, I think the sort of thing you describe can most easily be done in a custom header and/or footer file. I attach two examples of files similar to what we use. You also need to point to these files in the doxygen configuration file. If you use header.html and footer.html as we do for these filenames, set the following options in your configuration file: HTML_HEADER = header.html HTML_FOOTER = footer.html Hope it helps. Irwin Diehl ---------------------------------------------- Sr. Technical Publications Consultant Cadence Design Systems, Inc. San Jose, CA Moshe Kruger wrote: > Thanks, Stephen. > > Let me make myself a little clearer: I want to preserve the standard header, > ie: > Main Page Modules Class Hierarchy Alphabetical List Compound List > File List Compound > Members Related Pages Examples > > but add to that a search button of my own. I want this set up to appear on > every page of the output. Thus, I need to know how to modify the header that > is already there to accommodate my button.... > > Moshe > > -----Original Message----- > From: Stephen Goudge [mailto:ste...@cl...] > Sent: Thursday, July 12, 2001 9:54 AM > To: dox...@li... > Subject: RE: [Doxygen-users] Changing the standard header > > No need to change any code - just set your config file; look in the > manual for HTML_FOOTER and HTML_HEADER. > > Stephen Goudge > > -----Original Message----- > From: dox...@li... > [mailto:dox...@li...]On Behalf Of Moshe > Kruger > Sent: 11 July 2001 10:27 > To: dox...@li... > Cc: 'di...@st...' > Subject: [Doxygen-users] Changing the standard header > > Hi, all! > > I wish to plant a Search button in the standard Doxygen header (so > that it will appear on every page of the HTML output), in order to > grant access to users to a non-Doxygen search engine. > > Does anybody know how I would do this? > > It seems I will have to go into the code and make the change there, > but WHERE in the code? > > Thanks > > Moshe Kruger > Paradigm Geophysical > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > http://lists.sourceforge.net/lists/listinfo/doxygen-users > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > http://lists.sourceforge.net/lists/listinfo/doxygen-users |