Skip to content

Added TE_FLOAT preprocessor flag to use float instead of double for t… #107

Added TE_FLOAT preprocessor flag to use float instead of double for t…

Added TE_FLOAT preprocessor flag to use float instead of double for t… #107

Workflow file for this run

name: doxygen
on: [push]
jobs:
build:
name: doxygen-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: install doxygen
run: |
sudo apt install doxygen
- name: run doxygen
run: |
cd docs
doxygen Doxyfile