Skip to content
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

proto2cpp.py could not be found. #6

Open
peter18456 opened this issue Aug 10, 2022 · 0 comments
Open

proto2cpp.py could not be found. #6

peter18456 opened this issue Aug 10, 2022 · 0 comments

Comments

@peter18456
Copy link

  1. Generate Doxygen configuration file with command 'doxygen -g '

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant