Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ssciwr/doxygen-install

GitHub Action to install Doxygen
https://github.com/ssciwr/doxygen-install

actions github-actions

Last synced: about 1 month ago
JSON representation

GitHub Action to install Doxygen

Awesome Lists containing this project

README

        

# doxygen-install

A GitHub action to install Doxygen. It downloads from [Doxygen's Github release page](https://github.com/doxygen/doxygen/releases) and deals with the OS-specificness of the distribution.

## Example usage

```
- uses: ssciwr/doxygen-install@v1
```

Optionally, you can specify the desired Doxygen version

```
- uses: ssciwr/doxygen-install@v1
with:
version: "1.12.0"
```