Utilities/Sphinx: Drop commented-out code from cmake domain impl

Inspired-by: Alex Turbov <i.zaufi@gmail.com>
This commit is contained in:
Brad King
2023-02-23 17:22:46 -05:00
parent 6e85ad7f8b
commit c09b760484

View File

@@ -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),