From 8549c19e5b60611013f638b1bb2fb57bde883729 Mon Sep 17 00:00:00 2001 From: Daniel Juenger <2955913+sleeepyjack@users.noreply.github.com> Date: Sat, 19 Aug 2023 01:22:53 +0000 Subject: [PATCH] Add Doxygen check --- .github/workflows/pr.yml | 19 +++++++++++++++++++ include/cuco/static_map.cuh | 5 ----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a4e30ec92..0dad89a53 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,6 +32,25 @@ concurrency: cancel-in-progress: true jobs: + doxygen-check: + name: Doxygen check + runs-on: ubuntu-latest + steps: + - name: Checkout repo + uses: actions/checkout@v3 + - name: Install Doxygen + run: | + sudo apt-get update + sudo apt-get install -y doxygen + - name: Check Doxygen docs + run: | + ./ci/pre-commit/doxygen.sh + if [ $? -ne 0 ]; then + echo "Doxygen check failed" + exit 1 + fi + shell: bash -euxo pipefail {0} + get-devcontainer-version: name: Get devcontainer version runs-on: ubuntu-latest diff --git a/include/cuco/static_map.cuh b/include/cuco/static_map.cuh index 2df5b2a10..e38a56f5c 100644 --- a/include/cuco/static_map.cuh +++ b/include/cuco/static_map.cuh @@ -1864,11 +1864,6 @@ class static_map { erased_key{erased_key_sentinel_}); } - /** - * @brief Constructs a device_mutable_view object based on the members of the `static_map` object - * - * @return A device_mutable_view object based on the members of the `static_map` object - */ device_mutable_view get_device_mutable_view() const noexcept { return device_mutable_view(slots_,