-
Notifications
You must be signed in to change notification settings - Fork 9
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
\param and \return not generated for method #14
Comments
Hello, and apologies for not coming back to this earlier. Been crazy busy the past months. |
I am not sure if this is the same problem, but in header files only the default is generated for functions. So no params or returns are recognized. Only if I use doxygen in .cpp files (Visual Studio Community 2022) |
I have the same problem in CPP files. If I use the shortcut, nothing happens, and if I start typing /** above the function, the default format is used. |
I noticed the same issue while playing around with the VS API For member function declarations, it works. |
Yeah, haven't looked for a fix in a while but if you come across something, please share it here |
@fingeg I played around with it again because I wanted to implement IntelliSense of So I am now assuming that, when the user types e.g. After getting information from the The main C# class in my code that does this combination is |
When creating a doxygen comment for the method in a header file, param and return wont get generated for Foo(). However generations works on the above static function. and in the defining cpp file.
All settings for the plugin are on default, tried reinstalling it.
What should I do? The error seem to show up just sometimes, so hard to say what's causing this.
The text was updated successfully, but these errors were encountered: