diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index fc635f4..c367a6a 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -34,8 +34,6 @@ jobs: steps: - uses: actions/checkout@v7 - uses: cachix/install-nix-action@v25 - - run: curl -L -O https://raw.githubusercontent.com/jothepro/doxygen-awesome-css/v2.4.0/doxygen-awesome.css - - run: curl -L -O https://raw.githubusercontent.com/jothepro/doxygen-awesome-css/v2.4.0/doxygen-awesome-sidebar-only.css - run: nix develop -ic scripts/check-documentation.sh install: diff --git a/.justfile b/.justfile index 98cf9c4..0fd5533 100644 --- a/.justfile +++ b/.justfile @@ -41,7 +41,7 @@ # build docs @docs: - doxygen + scripts/check-documentation.sh # remove build and reset @clean: diff --git a/Doxyfile b/Doxyfile index e8c3d3b..8064ee0 100644 --- a/Doxyfile +++ b/Doxyfile @@ -518,7 +518,7 @@ TIMESTAMP = NO # normally produced when WARNINGS is set to YES. # The default value is: NO. -EXTRACT_ALL = YES +EXTRACT_ALL = NO # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will # be included in the documentation.