diff --git a/.cmake-format b/.cmake-format index 9e9b9825367f062bbdd43ac5f2793c099b2c8ae7..db038b89c3db38255e0bfa359834480aeb367323 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' : '*' + } } }