Is it possible to change names of Doxygen generated html files?
- by Dmitriy
We are going to publish API documentation on our web site.
The documentation is generated by Doxygen from sources.
The problem is that Doxygen generate weird file names (which is no so good for SEO).
For example, for source file RO4_Languages.h Doxygen generate _r_o4___languages_8h.htm.
Is it possible to change name of generated files?
PS: I know that it possible to change output using 3rd party tools/scripts (awk/sed/perl/etc).