summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-23 17:22:46 -0500
committerBrad King <brad.king@kitware.com>2023-02-24 12:25:35 -0500
commitc09b7604841448b0c949e5c98ea791c9dc9d477e (patch)
treed4c993cd999a3758e9ddbd3f0dbab7db83051624 /Utilities
parent6e85ad7f8bddf9347fce828bb18940c07dc603c2 (diff)
downloadcmake-c09b7604841448b0c949e5c98ea791c9dc9d477e.tar.gz
Utilities/Sphinx: Drop commented-out code from cmake domain impl
Inspired-by: Alex Turbov <i.zaufi@gmail.com>
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/Sphinx/cmake.py13
1 files changed, 1 insertions, 12 deletions
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),