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

Added config files for Doxygen #1107

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft

Added config files for Doxygen #1107

wants to merge 20 commits into from

Conversation

skyline75489
Copy link
Contributor

No description provided.

args = parse_args()

cxx_output_dir = args.cxx_output_dir
java_output_dir = args.java_output_dir

Check notice

Code scanning / CodeQL

Unused global variable Note

The global variable 'java_output_dir' is not used.

cxx_output_dir = args.cxx_output_dir
java_output_dir = args.java_output_dir
csharp_output_dir = args.csharp_output_dir

Check notice

Code scanning / CodeQL

Unused global variable Note

The global variable 'csharp_output_dir' is not used.
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

Successfully merging this pull request may close these issues.

1 participant