From d9ab1fb5da2a49de7e1a69cbd0775a219019e6be Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 31 May 2024 15:14:50 -0400 Subject: Help/dev: Fix formatting in CMake Documentation Guide --- Help/dev/documentation.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Help/dev/documentation.rst b/Help/dev/documentation.rst index 00413e1..8270bb1 100644 --- a/Help/dev/documentation.rst +++ b/Help/dev/documentation.rst @@ -310,17 +310,17 @@ are suppressed inside of square- or angle-brackets. This behavior can be controlled using the ``:break:`` option; note, however, that there is no way to *force* a line break. The default value is 'smart'. Allowable values are: - ``all`` - Allow line breaks at any whitespace. +``all`` + Allow line breaks at any whitespace. - ``smart`` (default) - Allow line breaks at whitespace, except between matched square- or - angle-brackets. For example, if a signature contains the text - ``... [OUTPUT_VARIABLE ]``, a line break would be allowed - after ``...`` but not between ``OUTPUT_VARIABLE`` and ````. +``smart`` (default) + Allow line breaks at whitespace, except between matched square- or + angle-brackets. For example, if a signature contains the text + ``... [OUTPUT_VARIABLE ]``, a line break would be allowed + after ``...`` but not between ``OUTPUT_VARIABLE`` and ````. - ``verbatim`` - Allow line breaks only where the source document contains a newline. +``verbatim`` + Allow line breaks only where the source document contains a newline. The directive treats its content as the documentation of the signature(s). Indent the signature documentation accordingly. -- cgit v0.12