Hi Jesse, On Jul 4, 2012, at 15:12 , Jesse Perla wrote:
> I am using doxygen to generate from a set of sourcecode on my local computer > using the windows GUI. The Doxygen output is intended for the website, but > the links to source files are relative to my local machine. For example when > I put this up on my webiste at the bottom of one of the pages it says: > "The documentation for this class was generated from the following file: > • > C:/working/libraries/etk/etk/dynamic_programming/agents/agent_tester.hpp > " > > All Doxygen source code was run relative to "C:/working/libraries/etk/etk/" > so what I really want to do is replace this with: > "The documentation for this class was generated from the following file: > • > http://svn.econtoolkit.com/trunk/libraries/etk/etk/dynamic_programming/agents/agent_tester.hpp > " > .... or something like that.... > > Is there a way to do this in the GUI (or modifying the DOXYGEN file)? Also > so the link at the end of this statement works? Make sure the working directory path in step 1 points to the root of your source tree. (i.e. C:/working/libraries/etk/etk/). Then all paths used by doxygen will be relative to this path. Under Expert->Project you can also set mention the same path in STRIP_FROM_PATH (but this should not really be needed if step 1 is correct). Regards, Dimitri ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users