albert-github
albert-github
I just looked now at the `\raisewarning` and the documentation says: > All the text, excluding the command, till the end of the line is literally shown as a documentation...
To be able to reproduce the problem and to see what is the problem: - Can you please attach a, small, self contained example (source+configuration file in a, compressed, tar...
As far as I'm informed "emscritem" is something like javascript and is by default not supported by doxygen. There are some, badly maintained, parts which support still javascript but they...
So when I understand it you have some C++ code that you access through emscripten bindings and you want to document the C++ part. I think the file with the...
`jsbindings.cpp` did you mean the file `jsbindings_generated.cpp` ?
I think the settings you use are necessary as well, see in the doxygwizard in the "run -tab" select "condensed" and "show configuration" and add this (in text form not...
I have to dive into it what is necessary but, maybe, some pointers - set `MACRO_EXPANSION=YES` - set `EXTRACT_ALL=YES` - what is `EMSCRIPTEN_BINDINGS()` a function / a define ... and...
The issue is hardly readable and I hope I corrected it a bit. Some information is missing, like used settings and used version also the presented code from code.l looks...
Doxygen version 1.8.17 is quite old (December 27, 2019) so I definitely would advise to update to the current 1.12.0 doxygen version. You got the warning: ``` error: file name...
> by the way , I am using 1.8.17 version and do a bit develop on it。 will you please tell how to fix it in 1.8.17? Why would you...