DenverCoder1 / doxygen-github-pages-action

GitHub Action for deploying Doxygen documentation to a GitHub pages branch
MIT License
75 stars 16 forks source link

feat: Add option to specify config file path #11

Closed DenverCoder1 closed 2 years ago

DenverCoder1 commented 2 years ago

The command for running Doxygen is doxygen [configName]

If configName is omitted, Doxyfile will be used as a default.

This should allow specifying a different name for the configuration file.

arran4 commented 2 years ago

Perfect. Simply having the option also acts as documentation!

arran4 commented 2 years ago

Will update my friends repo in a bit. (Changing the repo name too.)