Blacky Cat

Results 54 comments of Blacky Cat

I would make a documentation about the C/C++ programming language. And as such, there a core keywords like void, for, if, else, while, typedef, ... They would be handled as...

You can find all these files [here](https://github.com/paule32/Qt_FPC/tree/main/doc). The chm file can you find [here](https://github.com/paule32/Qt_FPC/tree/main/src/tests). I use doxygen 1.10.0 for Windows 11 64-bit Professional.

you define a type **my_type** based on unspecified. so, either **unspecified** must be exists before you define my_type or you use an already existing type. the next problem I see...

can I change the translations or parts of it without compiling the sources ?

I read it in the generated Doxyfile output (and doxywizard). Not so confused, but I wonder me, why there are three encodings Tag's.

and how can I set the color of the return types: std::string foo(void) ?

yes, correct. on multiple places: - where the definition for a function is inner/outer space of a class/namespace. - and/or in the description where the function will be describe.

The Arrow's marks the (return) Type, which I would like customize with other color. ![grafik](https://github.com/doxygen/doxygen/assets/3682603/7ae46dee-100d-46cb-a90b-1bcb5eba9e1b)

Thank you very much !!! It could be a good idea, to list the CSS Styles for what Style stands. Not that I don't know CSS, and don't have skill's...

okay. I get it done. But, is it possible by doxygen to parse the CSS files ? So my idea was, when doxygen have parsed a CSS Style "display: none;"...