You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, the second argument is a callback function. When navigating to the line above the function and typing /** and then pressing the TAB key, a simple multi-line comment shows up:
/**
*
*/
Not even the first parameter is being listed. In all other functions which do not have a callback function as an argument, it works perfectly fine. Maybe you could add this recognition too.
The text was updated successfully, but these errors were encountered:
croemheld
changed the title
Complex functions not being documented
Callback functions not being documented
Sep 29, 2017
First of all: nice plugin!
I noticed it today when trying to add a documentation to a function in C which goes:
void foreach_data_node_callback(struct data_node **head, void (*callback_function)(struct data_node *))
As you can see, the second argument is a callback function. When navigating to the line above the function and typing
/**
and then pressing theTAB
key, a simple multi-line comment shows up:Not even the first parameter is being listed. In all other functions which do not have a callback function as an argument, it works perfectly fine. Maybe you could add this recognition too.
The text was updated successfully, but these errors were encountered: