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 s
On 10/2/17 7:25 AM, Alexandru Băluț wrote:
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 co
It's not simple. The path for a/b/file.hh changes depending on whether
other files with the same name (file.hh) exist in the project. It can be
file_8hh.html if the name is unique, or a_2b_2file_8hh.html if there is
another one called c/file.hh.
Is there a way to generate the html documentation su