summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst b/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst
index 83ed9817675..249340d5403 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst
@@ -9,6 +9,7 @@ standard (3.1) are verified by this check. User defined typedefs, custom MPI
datatypes and null pointer constants are skipped, in the course of verification.
Example:
+
.. code:: c++
// In this case, the buffer type matches MPI datatype.
OpenPOWER on IntegriCloud