Skip to content

Commit 9aa5da9

Browse files
committed
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
1 parent 6bbba4b commit 9aa5da9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/LibFormat.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ The core routine of LibFormat is ``reformat()``:
2828

2929
This reads a token stream out of the lexer ``Lex`` and reformats all the code
3030
ranges in ``Ranges``. The ``FormatStyle`` controls basic decisions made during
31-
formatting. A list of options can be found under :ref:`style-options`.
31+
formatting. A list of options can be found under :ref:`style-options`.
32+
33+
The style options are described in :doc:`ClangFormatStyleOptions`.
3234

3335

3436
.. _style-options:

0 commit comments

Comments
 (0)