]> granicus.if.org Git - clang/commitdiff
clang-format - Also reference the list of style option of clang-format in Libformat
authorSylvestre Ledru <sylvestre@debian.org>
Mon, 26 Jun 2017 03:19:05 +0000 (03:19 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 26 Jun 2017 03:19:05 +0000 (03:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306266 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFormat.rst

index eacdc16145671c078dbcd74253d8cd9029a097fd..086a52827d8ce426f99ea92925a8d65dcf8ad0ed 100644 (file)
@@ -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: