diff options
Diffstat (limited to 'docs/LibFormat.rst')
-rw-r--r-- | docs/LibFormat.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/LibFormat.rst b/docs/LibFormat.rst index eacdc16145671..086a52827d8ce 100644 --- a/docs/LibFormat.rst +++ b/docs/LibFormat.rst @@ -28,7 +28,9 @@ The core routine of LibFormat is ``reformat()``: This reads a token stream out of the lexer ``Lex`` and reformats all the code ranges in ``Ranges``. The ``FormatStyle`` controls basic decisions made during -formatting. A list of options can be found under :ref:`style-options`. +formatting. A list of options can be found under :ref:`style-options`. + +The style options are described in :doc:`ClangFormatStyleOptions`. .. _style-options: |