Skip to content

Renamed Time Interface File and fixed where it's included (#2728) #576

Renamed Time Interface File and fixed where it's included (#2728)

Renamed Time Interface File and fixed where it's included (#2728) #576

Workflow file for this run

name: Autodocs
on:
push:
branches:
- "devel"
jobs:
build:
name: Autodocumentation
runs-on: ubuntu-latest
steps:
- name: "Checkout F´ Repository"
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: ./.github/actions/setup
- name: Setup Dependencies
run: |
sudo apt-get update
sudo apt-get install -y doxygen
- name: Autodocs
run: .github/actions/autodoc.bash