Replies: 1 comment
-
As there is more to this than just a missing an used setting I've made an issue (#11631) out of this question |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to maintain a documentation that should work both with Bitbucket's markdown viewer and Doxygen's HTML generation.
My setup:
Project structure:
Each README.md uses markdown headers as implicit page definitions:
Issue:
When Doxygen generates the HTML, it creates incorrect links to the subfolder README.md files:
In the attached reduced example the generated link points to: subfolder_2_r_e_a_d_m_e_8md.html
The actual generated file is: dir_8bbbd44aa9c5a187ae8556cbc3e79503.html
This results in broken links in the generated documentation.
Current Configuration:
Questions:
Did I miss any specific Doxygen configuration to handle nested README.md files correctly?
Is this a known issue with Doxygen's handling of nested markdown files?
Are there any workarounds to maintain compatibility with both Bitbucket and Doxygen?
Any help would be appreciated!
DoxygenMarkdown.zip
Beta Was this translation helpful? Give feedback.
All reactions