-
Notifications
You must be signed in to change notification settings - Fork 25
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
Warning arguments not present #10
Comments
Well, removing the warning is quite easy (see 13dd671). But (there's always a but), I understand we now have to have a type for each parameter, and I aesthetically don't like that idea. |
Indeed, this is quite awful. I tested with PHP and indeed since the language is dynamically typed, and even if PHP is officially supported by doxygen, I even have warnings with this language :-/.
The solution would be to specify an invisible type in the regex. Therefore, I tried to use the sed whitespace syntax ( Also, I tried to allow documentation on lines with a shift (one or several 4 tabs or none), I added this feature to the regex, but it seems this isn't taken into account. Do you have any idea about this as well? example:
|
The warnings go away if you do |
Maybe the solution is to generate pseudo-php instead of pseudo-C. I'll dig into that. |
Since .sh files are based on the C oxygen parser, this error seems logic, but I was wondering if we could prevent it.
The text was updated successfully, but these errors were encountered: