[Doxygen-users] Directory structure for the generated .html files?
Brought to you by:
dimitri
From: Alexandru B. <ab...@da...> - 2017-10-02 11:53:46
|
The files generated in the html/ directory are all in the same directory. What rule can be used to convert the source-file path to the URL where its doxygen documentation can be found? For example if I know the file is "project1/Patch.hh", how can I construct the "html/Patch_8hh_source.html" path so I can link to it from other places. Is there any way to configure Doxygen to use something like "html/project1/Patch.html" so links to it can be created automatically easily? Thanks, Alex |