commit | 74e3c1d313616b5faf83ff423c8e8ef3f2010a41 | [log] [tgz] |
---|---|---|
author | Matthew Woehlke <matthew.woehlke@kitware.com> | Fri Feb 24 15:01:14 2023 -0500 |
committer | Matthew Woehlke <matthew.woehlke@kitware.com> | Fri Mar 03 17:05:02 2023 -0500 |
tree | 7f24ecc7db552a3e658a742848cdc0f408c06c7a | |
parent | c09b7604841448b0c949e5c98ea791c9dc9d477e [diff] |
Utilities/Sphinx: Add a directive to document command signatures Add a `signature` directive to offer a CMake version of Sphinx's `function` directive, similar to that found in other domains (py, cpp, etc.). Like others, this takes one or more signatures as arguments and creates dt/dd nodes from the signatures and the directive contents.