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

Enhancement: Conditional DoxyIt Parameters #19

Open
ntjess opened this issue Jan 22, 2019 · 1 comment
Open

Enhancement: Conditional DoxyIt Parameters #19

ntjess opened this issue Jan 22, 2019 · 1 comment

Comments

@ntjess
Copy link

ntjess commented Jan 22, 2019

It would be great if the parser could conditionally determine whether certain Doxygen tags would be beneficial. For instance,

if <return type is not void> {
  $@return $(Return description)
} else {

}

i.e., only add the Doxygen comment for a return if there is a non-void return type.

Thanks for considering!

@dail8859
Copy link
Owner

dail8859 commented Jan 31, 2019

I can definitely see this would be beneficial. However I'll have to give the implementation some thought. I could see some cases where someone might want more logic than just "return value is not void".

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

2 participants