From 0886a2e9a084dc9365f87b3e15211cf3fae87ad5 Mon Sep 17 00:00:00 2001
From: Pascal Palenda <pascal.palenda@akustik.rwth-aachen.de>
Date: Wed, 15 Feb 2023 10:48:56 +0100
Subject: [PATCH] Add cmake-format for build_doc

---
 .cmake-format | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.cmake-format b/.cmake-format
index 9e9b982..db038b8 100644
--- a/.cmake-format
+++ b/.cmake-format
@@ -193,6 +193,21 @@ with section("parse"):
         'SOURCES' : '+',
         'COV_SOURCES' : '*'
       }
+    },
+    'build_doc' : {
+      'pargs' : { 
+        'nargs' : '*',
+        'flags' : [] 
+      },
+      'spelling': 'build_doc',
+      'kwargs': {
+        'SIDEBAR_ONLY' : 0,
+        'README_MAINPAGE' : 1,
+        'COLOR_STYLE' : 1,
+        'LOGO' : 1,
+        'ADD_DEV_SECTION' : 1,
+        'SOURCES' : '*'
+      }
     }
   }
 
-- 
GitLab