Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callback functions not being documented #451

Open
croemheld opened this issue Sep 28, 2017 · 0 comments
Open

Callback functions not being documented #451

croemheld opened this issue Sep 28, 2017 · 0 comments

Comments

@croemheld
Copy link

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 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.

@croemheld croemheld changed the title Complex functions not being documented Callback functions not being documented Sep 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant