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
doxygen with php make ugly array parameter output #8649
Comments
new news: public static function rgb2hex( it would be nice, when "array( ... )" is support with $arr = [ ]; |
The information at stackexchange might not be persistent, so:
Note: You mention version doxygen 1.9 2021, which version is this ? I only know at the moment, for the 1.9 series, the doxygen versions 1.9.0 and 1.9.1 and further the current master (1.9.2 (7fa3837), with the master the git ID, as reported by doxygen -v, should always be specified). |
In php square brackets are also possible but were not handled. Added handling for square brackets.
I've just pushed a proposed patch, pull request #8673 |
issue #8649 doxygen with php make ugly array parameter output
Code has been integrated in master on github (please don't close the issue as this will be done at the moment of an official release). |
This issue was previously marked 'fixed but not released', |
Hello,
I tried doxygen 1,9 2021 to document php files.
but i ran into trouble with array parameter.
for avoid cross posting, look here:
https://stackoverflow.com/questions/68241186/doxygen-for-php-dont-handle-default-parameter-array?noredirect=1#comment120609963_68241186
The text was updated successfully, but these errors were encountered: