-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation fails to build (it freezes, no crash) #11320
Comments
I could reproduce the problem with the current master (1.14.0 (83118ee)) as well (on Windows and Cygwin) though I could not get as stack trace. |
Looks like the problem was introduced by this commit. The Even smaller reproduction scenario /** @mainpage
<ul><li>>\p X</li></ul>
*/ |
@TommyPec Please verify if the referenced commit fixes the problem for you. Do not close the issue, this will be done automatically when the next official release becomes available. |
I can confirm that the bug is fixed with this commit. Thanks for the quick resolution. Hopefully there will be a 1.13.2 |
This issue was previously marked 'fixed but not released', |
Describe the bug
Building ns-3 documentation stops at
Generating docs for compound DropTailQueue< Packet >...
Screenshots
Not applicable
To Reproduce
Open the attached archive. Then issue the following commands:
You need to have installed (at least)
Expected behavior
Either complete the documentation, or issue an error...
Version
Doxygen 1.13.1, tested on macOS with Doxygen installed via homebrew (doxygen: stable 1.13.1 (bottled), HEAD)
Stack trace
No stack trace, sorry.
Additional context
I'm sorry but I wasn't able to narrow down the problem to a smaller example. However, the attached ns-3 is "minimal", meaning that I took out any module that was not strictly necessary to highlight the problem.
ns-3-minimal.tgz
The text was updated successfully, but these errors were encountered: