Skip to content

Fixes FIFO buffer after fix-shadow-variables (#2524) #510

Fixes FIFO buffer after fix-shadow-variables (#2524)

Fixes FIFO buffer after fix-shadow-variables (#2524) #510

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