[Doxygen-develop] DoxHPP : Doxygen Html Post Processor
Brought to you by:
dimitri
From: molecule <mol...@gm...> - 2008-05-17 16:40:07
|
Hello developers! I created for my own use a little tool to move html files in hierarchical folders, and to update hyperlinks in html pages. This tool creates 3 folders (html, pict, template) and the only file in the root-folder is index.html (which was my target). The software is written in C# so it's "windows only" and you need the Microsoft DotNet Framework 2.0, sorry for that... The tool was written very quickly, and it may appears as very ugly (and very simple), but I GPLed it in the hope that it will be useful to somebody. It may not work with every Doxygen-generated html folders because I didn't test it with other code than mine. Sourceforge project page : https://sourceforge.net/projects/doxhpp/ Download page : https://sourceforge.net/project/platformdownload.php?group_id=228144 Enjoy! molecule |