We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the files aopt.h and aopt.cpp we see as documentation of the function void aopt_exit(AOPT_OBJECT *aopt_obj)::
aopt.h
aopt.cpp
void aopt_exit(AOPT_OBJECT *aopt_obj):
* @return @a none
Though the function has no return value but here there is a bit of a suggestion that the entity none (whatever that might be) is returned.
none
I think it would be better to remove the @return for the void function, though it is a matter of taste.
@return
void
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the files
aopt.h
andaopt.cpp
we see as documentation of the functionvoid aopt_exit(AOPT_OBJECT *aopt_obj):
:Though the function has no return value but here there is a bit of a suggestion that the entity
none
(whatever that might be) is returned.I think it would be better to remove the
@return
for thevoid
function, though it is a matter of taste.The text was updated successfully, but these errors were encountered: