Browse Source

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

Inspired-by: Alex Turbov <[email protected]>
Brad King 2 years ago
parent
commit
c09b760484
1 changed files with 1 additions and 12 deletions
  1. 1 12
      Utilities/Sphinx/cmake.py

+ 1 - 12
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),