Commit Graph

7 Commits

Author SHA1 Message Date
Stéphane Blondon
c302bae2bc doc: search improvement and link to constants
This patch fixes the search for function like __mcount() or gprof_start().
The issue existed for functions with function attribute (__attribute__()): Doxygen didn't parsed it properly. It fixes such warnings:
warning: documented symbol '__mcount' was not declared or defined.

After changing Doxygen configuration to fix it, new warnings appears. For example:
warning: explicit link request to 'PSP_VAUDIO_FORMAT_' could not be resolved

It's fixed by using the full name of the constants. By the way, it also fixes the link to the constants in the documentation.

Initial patch based on:
https://stackoverflow.com/questions/75410662/doxygen-does-not-parse-attribute-correctly
2025-04-03 21:57:55 +02:00
OrigamiK
67313bf745 enable docs search 2023-03-04 18:21:36 +05:30
OrigamiK
2c1ceee4f7 add reame as docs input 2023-03-04 18:15:41 +05:30
OrigamiK
0075f80c0f update doxyfile 2023-03-04 18:07:40 +05:30
OrigamiK
06fc12b816 add updated doc stylesheet 2023-03-04 18:01:24 +05:30
Carsten Teibes
95dbcb0461 Update Doxygen configuration 2020-05-16 03:49:59 +02:00
Johannes Ekberg
1bbde93d8a Updated (now actually working) Doxyfile 2014-02-07 22:15:05 +01:00