summaryrefslogtreecommitdiff
path: root/docs/LibFormat.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-06-26 03:19:05 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-06-26 03:19:05 +0000
commit9aa5da98fa039407661e61e35538bee210f4c278 (patch)
treedbfa0b1800b56ac7a89cb1168c6e0b630a4c3150 /docs/LibFormat.rst
parent6bbba4bc2ddadfc90dd125c380f036533182b35c (diff)
downloadclang-9aa5da98fa039407661e61e35538bee210f4c278.tar.gz
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
Diffstat (limited to 'docs/LibFormat.rst')
-rw-r--r--docs/LibFormat.rst4
1 files changed, 3 insertions, 1 deletions
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: