We are going to publish API documentation on our web site. The documentation is generated by Doxygen from sources. The problem is that Doxygen generates weird file names (which is not so good for SEO). For example, for the source file RO4_Languages.h
, Doxygen generates _r_o4___languages_8h.htm
.
Is it possible to change name of generated files? I realize it's possible to change output using third-party tools/scripts (awk/sed/perl/etc), but I'm hoping to do it entirely through Doxygen