albert-github
albert-github
Regarding the remark in https://github.com/doxygen/doxygen/pull/10070#issuecomment-2002760293 I'm not sure that the `return` is a good idea at all to be used in this construct as not only the memberitem is not...
Problem looks like to be introduced with: ``` Commit: e0c9d9c4187ffcd90cf56e469f94615ae9fd072c [e0c9d9c] Date: Friday, March 17, 2023 9:15:44 PM issue #9254: Markdown page subpage and treeview ```
I looked in the `commentscan.l` and as far as I can see the rule: ``` [^\n]*"\\ilinebr @ianchor"\{[^\]\n]*\}{B}{FILE} ``` handles the `@ianchor` part as the page label but forgets about the...
I think there are still some problems (I tested with: 1.9.8 (0ea6a2376f93d1bde432429f58666884e018a07a)) When having an example like: **file.hpp** ``` //! A struct. //! //! Refer to \ref md_file //! Refer...
With the original #9254 I still see a small problem (was also a problem with 1.9.7), tested with 1.9.8 (https://github.com/doxygen/doxygen/commit/0ea6a2376f93d1bde432429f58666884e018a07a). When we have: **main.md** ``` \page main Main main content...
It would be good to mention that there is also a warning: ``` test.hpp:20: warning: Detected potential recursive class relation between class Test< T > and base class TestBase! ```...
I checked with the doxygen version 1.10.0 and got the warnings: ``` .../Modul1.md:13: warning: Unknown option specified with \fileinfo: 'file' .../Modul1.md:14: warning: Unknown option specified with \fileinfo: 'xxxx' .../Modul1.md:54: warning:...
Which name would you like to see here? Packages? Have a go with the setting: `OPTIMIZE_OUTPUT_JAVA`
This is a small extra constraint (the mix of C++ and Python. I expected it but left it out to see whether we had here a separate project or the...
> The thing I do not understand is why the ROOT python tutorials are assumed to be namespaces whereas the keyword "namespace" does not appear in those scripts, This has...