Author: sylvestre Date: Sun Jun 25 20:19:05 2017 New Revision: 306266 URL: http://llvm.org/viewvc/llvm-project?rev=306266&view=rev Log: clang-format - Also reference the list of style option of clang-format in Libformat
Modified: cfe/trunk/docs/LibFormat.rst Modified: cfe/trunk/docs/LibFormat.rst URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibFormat.rst?rev=306266&r1=306265&r2=306266&view=diff ============================================================================== --- cfe/trunk/docs/LibFormat.rst (original) +++ cfe/trunk/docs/LibFormat.rst Sun Jun 25 20:19:05 2017 @@ -28,7 +28,9 @@ The core routine of LibFormat is ``refor 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: _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits