I'm using doxygen for my C code project and would like to hide the "More..." link on function description and just show the entire text. How? :)
Asked
Active
Viewed 87 times
0
-
Which version of doxygen are you using? The "More..." in the brief description signals that there is a more extensive documentation of the function and by clicking on it you will see this text. It is not possible unless you would be able to cramp all the information into the brief description (will in 99.9999% of the cases mot possible). A possibility might be to have a look at the "layout possibilities" of doxygen (see https://www.doxygen.nl/manual/customize.html#layout) disable the brief description and only show the detailed description. – albert Feb 10 '23 at 08:54
-
Using doxygen GUI 1.9.6 – Nati Unger Feb 10 '23 at 12:52
1 Answers
0

marc_s
- 732,580
- 175
- 1,330
- 1,459

Nati Unger
- 43
- 1
- 7
-
Could you elaborate a bit on your answer and also share the result of the "Condensed" "Show configuration" from the "Run tab" in your answer. Also a small piece of source code showing the issue in the question would be useful. – albert Feb 10 '23 at 13:20