|
|
@@ -49,7 +49,8 @@ Inline literal ``__`` followed by inline link `Link Text <InternalDest_>`_.
|
|
|
|
|
|
.. cmake-module:: testRSTmod.cmake
|
|
|
|
|
|
-.. cmake:command:: some_cmd
|
|
|
+.. cmake:command::
|
|
|
+ some_cmd
|
|
|
|
|
|
Command some_cmd description.
|
|
|
|
|
|
@@ -57,7 +58,8 @@ Inline literal ``__`` followed by inline link `Link Text <InternalDest_>`_.
|
|
|
|
|
|
Command other_cmd description.
|
|
|
|
|
|
-.. cmake:envvar:: some_var
|
|
|
+.. cmake:envvar::
|
|
|
+ some_var
|
|
|
|
|
|
Environment variable some_var description.
|
|
|
|
|
|
@@ -65,7 +67,8 @@ Inline literal ``__`` followed by inline link `Link Text <InternalDest_>`_.
|
|
|
|
|
|
Environment variable other_var description.
|
|
|
|
|
|
-.. cmake:genex:: SOME_GENEX
|
|
|
+.. cmake:genex::
|
|
|
+ SOME_GENEX
|
|
|
|
|
|
Generator expression SOME_GENEX description.
|
|
|
|
|
|
@@ -73,7 +76,8 @@ Inline literal ``__`` followed by inline link `Link Text <InternalDest_>`_.
|
|
|
|
|
|
Generator expression $<OTHER_GENEX> description.
|
|
|
|
|
|
-.. cmake:signature:: some_command(SOME_SIGNATURE)
|
|
|
+.. cmake:signature::
|
|
|
+ some_command(SOME_SIGNATURE)
|
|
|
|
|
|
Command some_command SOME_SIGNATURE description.
|
|
|
|
|
|
@@ -81,7 +85,8 @@ Inline literal ``__`` followed by inline link `Link Text <InternalDest_>`_.
|
|
|
|
|
|
Command other_command OTHER_SIGNATURE description.
|
|
|
|
|
|
-.. cmake:variable:: some_var
|
|
|
+.. cmake:variable::
|
|
|
+ some_var
|
|
|
|
|
|
Variable some_var description.
|
|
|
|