techee left a comment (geany/geany#4242) Nice, I was "fixing" this problem by uninstalling doxygen ;-)
I'm still getting the warnings below. It's because I just referred to other similar functions using `@see` in the documentation. Should I do anything about those? ``` /home/parallels/projects/geany/src/pluginextension.c:234: warning: parameters of member plugin_extension_calltips_provided are not documented /home/parallels/projects/geany/src/pluginextension.c:234: warning: return type of member plugin_extension_calltips_provided is not documented /home/parallels/projects/geany/src/pluginextension.c:255: warning: parameters of member plugin_extension_goto_provided are not documented /home/parallels/projects/geany/src/pluginextension.c:255: warning: return type of member plugin_extension_goto_provided is not documented /home/parallels/projects/geany/src/pluginextension.c:276: warning: parameters of member plugin_extension_symbol_highlight_provided are not documented /home/parallels/projects/geany/src/pluginextension.c:276: warning: return type of member plugin_extension_symbol_highlight_provided is not documented /home/parallels/projects/geany/src/symbols.c:264: warning: return type of member symbols_get_icon_pixbuf is not documented ``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4242#issuecomment-2661608924 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4242/[email protected]>
