From: Sylvestre Ledru Date: Mon, 26 Jun 2017 03:19:05 +0000 (+0000) Subject: clang-format - Also reference the list of style option of clang-format in Libformat X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9aa5da98fa039407661e61e35538bee210f4c278;p=clang clang-format - Also reference the list of style option of clang-format in Libformat git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306266 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LibFormat.rst b/docs/LibFormat.rst index eacdc16145..086a52827d 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: