From c09b7604841448b0c949e5c98ea791c9dc9d477e Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 23 Feb 2023 17:22:46 -0500 Subject: Utilities/Sphinx: Drop commented-out code from cmake domain impl Inspired-by: Alex Turbov --- Utilities/Sphinx/cmake.py | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Utilities/Sphinx') diff --git a/Utilities/Sphinx/cmake.py b/Utilities/Sphinx/cmake.py index 47e4909ba0..e9f0dc5088 100644 --- a/Utilities/Sphinx/cmake.py +++ b/Utilities/Sphinx/cmake.py @@ -412,18 +412,7 @@ class CMakeDomain(Domain): 'envvar': CMakeObject, 'genex': CMakeObject, 'variable': CMakeObject, - # Other object types cannot be created except by the CMakeTransform - # 'generator': CMakeObject, - # 'module': CMakeObject, - # 'policy': CMakeObject, - # 'prop_cache': CMakeObject, - # 'prop_dir': CMakeObject, - # 'prop_gbl': CMakeObject, - # 'prop_inst': CMakeObject, - # 'prop_sf': CMakeObject, - # 'prop_test': CMakeObject, - # 'prop_tgt': CMakeObject, - # 'manual': CMakeObject, + # Other `object_types` cannot be created except by the `CMakeTransform` } roles = { 'command': CMakeXRefRole(fix_parens = True, lowercase = True), -- cgit v1.2.1