I have two libraries libA and libB. 

libA contains a file Action.h

libB contains a file action.h

I want to generate doxygen documentation in the same output directory for
both libraries. This directory is to be used in Windows, for which
action.html and Action.html are unfortunately considered to be the same
file. To prevent this clash, I wish to render the generated files unique by
prepending their path names to them.

Therefore, I set FULL_PATH_NAMES to YES.

I expect to see something like libA_Action.html and libB_action.html when I
generate the documentation, but I don't! I still see Action.html and
action.html. Its as if the FULL_PATH_NAMES parameter does nothing at all. Do
I also need to set some other parameter in the Doxyfile to make the
FULL_PATH_NAMES parameter work correctly?




--
View this message in context: 
http://doxygen.10944.n7.nabble.com/FULL-PATH-NAMES-does-not-prepend-path-names-to-files-tp6510.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to