[Doxygen-users] Best way to 'relocate' links to html
Brought to you by:
dimitri
From: Edward M. <Edw...@ce...> - 2014-02-17 15:32:43
|
Hi all, I'm just trying to understand why our doxygen builds take such an insane amount of time. I think we're not currently building tags first then making the html after, as recommended here: http://stackoverflow.com/questions/8247189/doxygen-is-slow/8247993#8247993 and so I'm investigating changing this... But also we seem to have an incredibly slow part of the process where the html is parsed to turn links like: file:///my/local/path/doc/xAODMuon/html/classSG_1_1AuxElement.html into html://a/web/location/doc/xAODMuon/html/classSG_1_1AuxElement.html (The reason for this is we build the documentation on a local machine, then once it's done it's copied to a web visible location) Presumably there is a better way to do this? I'd have thought it should be possible to specify that the html will eventually live elsewhere, but I had a look at the documentation and couldn't see it? Cheers, Ed |