hdoc
hdoc copied to clipboard
The modern documentation tool for C++.
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...
Static methods disappear into the list of instance methods. https://docs.hdoc.io/danakj/subspace/r3AD4D4163C31005F.html It would also be really nice to separate constructors and operators out, and maybe even provide them in a more...
Here's a class `f32`: https://docs.hdoc.io/g/subspace/r603874E574DC6453.html It has a ton of static and instance methods declared in macros: https://github.com/chromium/subspace/blob/main/num/float.h#L30-L31 However the documentation omits them all. The same is true for other...
I build my project with precompiled headers. The compile_commands.json lists precompiled headers. Unfortunately, hdoc uses a different version of Clang than my build, leading to errors like the following when...
``` bash $ uname -a Linux hostname #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux $ cat /etc/issue Debian GNU/Linux 12 \n \l $ gcc --version gcc (Debian 12.2.0-14) 12.2.0...
 Hello, When going to the generated documentation website i get a 403 AccessDenied, i've tried deleting the project and creating a new one but nothing worked.
I would like to use hdoc just for my single header file. With the structure of my project using compile commands, is not a nice option. Is there a way...
The default generated documentation looks great on desktop, but the navigation bar covers the top of the page on mobile. Changed the project name and version element to close the...