Skip to content

GH-1821 clean up types, remove bits_ and normalizationFactor_ as sepa… #146

GH-1821 clean up types, remove bits_ and normalizationFactor_ as sepa…

GH-1821 clean up types, remove bits_ and normalizationFactor_ as sepa… #146

Workflow file for this run

name: Check doc generation
on: [push, pull_request]
jobs:
docs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Setup
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
run: |
brew update
brew install automake boost doxygen graphviz
./autogen.sh
./configure
- name: Doxygen version
run: |
doxygen --version
- name: Check
run: |
make docs
header-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check
run: |
./tools/check_all_header_docs.sh