Help: Unindent _See Also_ related commands list

To make it similar to other commands.
This commit is contained in:
Alex Turbov 2022-11-06 05:38:31 +04:00
parent c9eb090902
commit cc8837606c
No known key found for this signature in database
GPG Key ID: 8BEDB7D11F95D5E3
5 changed files with 13 additions and 15 deletions

View File

@ -70,6 +70,6 @@ inside this block.
See Also
^^^^^^^^
* :command:`endblock`
* :command:`return`
* :command:`cmake_policy`
* :command:`endblock`
* :command:`return`
* :command:`cmake_policy`

View File

@ -74,8 +74,7 @@ processed:
message(STATUS "X=${X}")
endforeach()
yields
::
yields::
-- X=0
-- X=1
@ -119,8 +118,7 @@ iteration variables as follows:
message(STATUS "en=${en}, ba=${ba}")
endforeach()
yields
::
yields::
-- num_0=one, num_1=satu
-- num_0=two, num_1=dua

View File

@ -428,6 +428,6 @@ condition syntax accepts ``<variable|string>``.
See also
^^^^^^^^
* :command:`else`
* :command:`elseif`
* :command:`endif`
* :command:`else`
* :command:`elseif`
* :command:`endif`

View File

@ -51,4 +51,4 @@ is expanded in place and therefore cannot handle ``return()``.
See Also
^^^^^^^^
* :command:`block`
* :command:`block`

View File

@ -27,7 +27,7 @@ If used, it must be a verbatim repeat of the argument of the opening
See Also
^^^^^^^^
* :command:`break`
* :command:`continue`
* :command:`foreach`
* :command:`endwhile`
* :command:`break`
* :command:`continue`
* :command:`foreach`
* :command:`endwhile`