albert-github
albert-github
When we look at the files part and would distribute the files over some sub-directories we can already see:  though the namespaces are of course a bit different, though...
What is the difference from your request with the settings of [INCLUDED_BY_GRAPH](https://www.doxygen.nl/manual/config.html#cfg_included_by_graph) and [INCLUDE_GRAPH](https://www.doxygen.nl/manual/config.html#cfg_include_graph)?
Rereading the: > It would be nice having the same for include dependency. This would give the possibility to show how C modules are linked, for example. does this imply...
Where do you expect to see what, i.e. what is the exact problem. In future don't dump the files as text in the issue but place only the relevant parts...
- When compiling with gcc (gcc (GCC) 11.2.0) it compiles and runs OK - When compiling with Microsoft compiler I get: ``` Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27034 for...
@emmenlau - Please also specify the **full** doxygen version used (`doxygen -v`). - Can you please attach a, small, self contained example (source+configuration file in a, compressed, tar or zip...
@emmenlau I now see what you mean, you would like to have:  instead of the variables section. I ran the doxygen preprocessor over the file (`doxygen -d preprocessor`) and...
I looked a bit deeper into the `Doxyfile` and saw here: ``` PREDEFINED = SCOPED_ENUM_DEFINITION \ ENUM_HELPER_CLASS ``` and the `PREDEFINED` takes precedence over the `#define` in the code so...
> But this is most likely a separate issue. I will search the bug tracker and try to provide a reproducer. Interesting problem and indeed a separate problem. As far...
The idea is quite understandable and also the subdivision in the different groups is understandable, though - what will happen when the same file (name) appears in multiple directories -...