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
after 6 steps, still warning:proto2cpp.py could not be found. how to fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
e.g. doxygen -g doxyfile
2. In the Doxygen configuration file, find JAVADOC_AUTOBRIEF and set it enabled
JAVADOC_AUTOBRIEF = YES
3. In the Doxygen configuration file, find FILE_PATTERNS and add *.proto
FILE_PATTERNS = *.proto
4. In the Doxygen configuration file, find EXTENSION_MAPPING and add proto=C
EXTENSION_MAPPING = proto=C
5. In the Doxygen configuration file, find INPUT_FILTER and add this script
INPUT_FILTER = "python proto2cpp.py"
6. Run Doxygen with the modified configuration
doxygen doxyfile
after 6 steps, still warning:proto2cpp.py could not be found.
how to fix it?
The text was updated successfully, but these errors were encountered: