Skip to content

automaton-network/doxygen-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doxygen Docker Action

This GitHub Action will build doxygen docs according to a specified Doxyfile - if omitted will search in the root directory of the repo.

Use with an action such as actions-gh-pages to deploy to your project's GitHub pages site!

NOTE: If you are using dot/graphviz in your doxygen config to generate diagrams the only fonts installed, and hence can be used are those in the GNU FreeFont package (FreeSans, FreeMono and FreeSerif).

Inputs

'doxyfile-path'

Required Path of the Doxyfile relative to the repository root. Default: ./Doxyfile.

Example usage

uses: mattnotmitt/doxygen-action@v1
with:
    doxyfile-path: 'docs/Doxygen'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 70.1%
  • Shell 29.9%