From 25e868a16fc811ec76da6b3beb66a9c613b4154e Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 2 Aug 2022 18:33:58 +0200 Subject: [PATCH] docs: Some outdated TODO comments removed --- .github/workflows/ci-conan.yml | 2 -- .github/workflows/ci-test-package-cmake.yml | 2 -- cmake/documentation.cmake | 4 ++-- docs/framework/units.rst | 3 --- 4 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 2da635ce..3903e4b1 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -187,8 +187,6 @@ jobs: run: | sudo xcode-select -s "/Applications/Xcode_13.0.app" - name: Install Ninja - # TODO Find a proper syntax to make the below work - # if: !matrix.config.docker_image shell: bash run: | if [ $RUNNER_OS == 'Linux' ]; then diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 4dc9d15a..7dfaa473 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -190,8 +190,6 @@ jobs: run: | sudo xcode-select -s "/Applications/Xcode_13.0.app" - name: Install Ninja - # TODO Find a proper syntax to make the below work - # if: !matrix.config.docker_image shell: bash run: | if [ $RUNNER_OS == 'Linux' ]; then diff --git a/cmake/documentation.cmake b/cmake/documentation.cmake index 3e6b239d..6d272bcd 100644 --- a/cmake/documentation.cmake +++ b/cmake/documentation.cmake @@ -22,8 +22,8 @@ cmake_minimum_required(VERSION 3.5) -find_package(Doxygen MODULE REQUIRED -)# TODO Switch to CONFIG when Conan will start supporting imported executables in CMakeDeps +# TODO Switch to CONFIG when Conan will start supporting imported executables in CMakeDeps +find_package(Doxygen MODULE REQUIRED) find_package(Sphinx REQUIRED) # diff --git a/docs/framework/units.rst b/docs/framework/units.rst index f9981ba5..9e739112 100644 --- a/docs/framework/units.rst +++ b/docs/framework/units.rst @@ -188,9 +188,6 @@ and define units like:: struct electronvolt : named_scaled_unit {}; -.. - TODO Submit a bug for above lexing problem - Finally, the last of the `named_scaled_unit` class template parameters provide a reference unit for scaling. Please note that it can be a dimension's base/coherent unit (like ``si::second``) or any other unit (i.e. ``si::minute``,