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
I test eric6 library's files , It was originally commented like this :
The result of I use doxypypy conversion looks like this : doxypypy -a -c E5ComboBox.py > e.py
doxypypy -a -c E5ComboBox.py > e.py
The result is that doxygen does not recognize correctly :
I'm not sure if this is a doxypypy problem or a code comment problem, does this mean I need to modify doxypypy myself to accommodate this situation?
doxypypy problem
code comment problem
modify doxypypy myself
accommodate this situation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I test eric6 library's files , It was originally commented like this :
The result of I use doxypypy conversion looks like this :
doxypypy -a -c E5ComboBox.py > e.py
The result is that doxygen does not recognize correctly :
I'm not sure if this is a
doxypypy problem
or acode comment problem
,does this mean I need to
modify doxypypy myself
toaccommodate this situation
?The text was updated successfully, but these errors were encountered: