[Docs] Update list of languages clang-format can format

llvm-svn: 318827
This commit is contained in:
Malcolm Parsons 2017-11-22 10:47:35 +00:00
parent 66384b391e
commit 72e5d69826
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Standalone Tool
===============
:program:`clang-format` is located in `clang/tools/clang-format` and can be used
to format C/C++/Obj-C code.
to format C/C++/Java/JavaScript/Objective-C/Protobuf code.
.. code-block:: console