summaryrefslogtreecommitdiffstats
path: root/docs/LibFormat.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/LibFormat.rst')
-rw-r--r--docs/LibFormat.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LibFormat.rst b/docs/LibFormat.rst
index 086a52827d..2863a076ed 100644
--- a/docs/LibFormat.rst
+++ b/docs/LibFormat.rst
@@ -44,11 +44,11 @@ two style guides are hard-coded:
.. code-block:: c++
- /// \brief Returns a format style complying with the LLVM coding standards:
+ /// Returns a format style complying with the LLVM coding standards:
/// http://llvm.org/docs/CodingStandards.html.
FormatStyle getLLVMStyle();
- /// \brief Returns a format style complying with Google's C++ style guide:
+ /// Returns a format style complying with Google's C++ style guide:
/// http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml.
FormatStyle getGoogleStyle();