Hello Grant, doxygen is a multi-talented software which can produce HTML, man pages, xml (pre-formated) xhtml output content, and PDF for the most used compiler software (the tool which you can programming new software).
But, doxygen does not generate single page at the moment. I use a tool, to merge all the created xml files into a xhtml file. But, this xhtml can be a php page (what you would - all is possible). Therefore, You only need one (ore more) template files which describe Your page look and feel. You can use this template file to create single html file. doxygen default files can be merge with: "xsltproc combine.xslt index.xml >all.xml" For me, I use this format: "xsltproc combine.xslt.php index.xml >all.php" okay, I must say, that I had "extend" combine.xslt witht the head and other html tags. But what Your output desire is, You can use the market software PHP, ASP ,,, But You should have strong knowledge in XML programming. Then: Your ideas are not open limited - You can open the Sky ! Am 17.11.2021 um 19:41 schrieb Grant Edwards:
Is there any way to get doxygen to generate a single html page? I find it very frustrating to have to spend time clicking through dozens and dozens of pages looking for something rather than being able to search for it using the browser's "find" function. I suppose I could go the LaTeX -> PDF route, but then you end up with fixed-width paragraphs. Is the only option to generate XML and write my own XLM -> HTML converter? -- Grant _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users