Namespaces landing page does not list namespaces if no class/record is defined in the namespace · Issue #38 · hdoc/hdoc · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you crafted a great tool; just I noticed that (in my case: v.1.4.1 and llvm-14 on ubuntu) the namepaces.html does not list a namespace if no class is defined in the namespace.
PS: The functions are documented as expected in functions.html also including the correct namespaces.
VG, Paul
The text was updated successfully, but these errors were encountered:
Yes, currently hdoc does not print free functions under the namespace tree, only records (structs, classes, unions) and enums. The main reason for this is that namespaces.html can become quite big even without including free functions, see for example LLVM where namespaces.html is 1.2MiB.
However LLVM's massive size is an edge case and I think it makes sense to add free functions to the namespace tree in the next release. We will work to add it. Thank you for the suggestion!
I took a look around your work on GitHub and it is very interesting! If you are willing to share, we would be interested in seeing how you use hdoc and if there are any other pain points that we could help fix.
Hallo!
you crafted a great tool; just I noticed that (in my case: v.1.4.1 and llvm-14 on ubuntu) the
namepaces.html
does not list a namespace if no class is defined in the namespace.PS: The functions are documented as expected in
functions.html
also including the correct namespaces.VG, Paul
The text was updated successfully, but these errors were encountered: