diff options
Diffstat (limited to 'clang/docs')
-rw-r--r-- | clang/docs/LibFormat.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/docs/LibFormat.rst b/clang/docs/LibFormat.rst index eacdc161456..086a52827d8 100644 --- a/clang/docs/LibFormat.rst +++ b/clang/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: |