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

How do I control which files I want to generate? #125

Open
segfaultxavi opened this issue Feb 11, 2025 · 0 comments
Open

How do I control which files I want to generate? #125

segfaultxavi opened this issue Feb 11, 2025 · 0 comments

Comments

@segfaultxavi
Copy link

Doxygen is very verbose, and I would like to remove most of the files it generates. I probably can get away with only the class files.
But the SHOW_FILES or HIDE_NAMESPACES Doxygen options do not seem to work.
I am generating the nav file using the gen-files plugin, but if I tweak it so it does not include the files I am not interested in, I get mkdocs warnings about source files not present in the navigation.

Is there a way to tell MkDoxy what files to generate, or do I need to add some hack, like a hook to remove the files I don't want in the on_files event?

Thanks!

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