mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Our Sphinx extensions recognize several roles that missed being added to our internal C++ parser (`cmRST`). Update the latter with the missing roles, bringing the two back in sync. This addresses several roles that `cmRST` was previously leaving as inline markup that more appropriately should be converted to literal text.