diff options
author | 2017-06-26 03:19:05 +0000 | |
---|---|---|
committer | 2017-06-26 03:19:05 +0000 | |
commit | 69f49ce83c67ced4254befe6ff49a09c08eadd10 (patch) | |
tree | f79850d28a43cac12e495f2f16166ebd1f5d1ced /clang/docs/LibFormat.rst | |
parent | AMDGPU: Whitespace fixes (diff) | |
download | llvm-project-69f49ce83c67ced4254befe6ff49a09c08eadd10.tar.gz llvm-project-69f49ce83c67ced4254befe6ff49a09c08eadd10.tar.bz2 llvm-project-69f49ce83c67ced4254befe6ff49a09c08eadd10.zip |
clang-format - Also reference the list of style option of clang-format in Libformat
llvm-svn: 306266
Diffstat (limited to 'clang/docs/LibFormat.rst')
-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 eacdc1614567..086a52827d8c 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: |