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

Missing param lines #7

Open
miquelmassot opened this issue Jun 1, 2016 · 0 comments
Open

Missing param lines #7

miquelmassot opened this issue Jun 1, 2016 · 0 comments

Comments

@miquelmassot
Copy link

Hi!
Congrats for the project, I really appreciate your hard work. This plugin does help a lot.
However, there are come cases such as the next, in which it does not work well:

void readFiles(const std::vector<std::string> &cloud_names, 
                 const std::vector<std::string> &cloud_paths, 
                 std::vector<Cloud> &c);

this is the output at the console

Before: const std::vector<std::string> &cloud_names,                 const std::vector<std::string> &cloud_paths,                 std::vector<Cloud> &c
After: vector lines

and this is the corresponding doxygen generated, which lacks the first two args

/**
   * @brief [brief description]
   * @details [long description]
   * 
   * @param c [description]
   */

If you have time, I'd like to know why it's happening. In other scenarios the generation works great!

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