Skip to content
Snippets Groups Projects
Commit 3a09444d authored by Richard Smith's avatar Richard Smith
Browse files

Actually fix rendering of the example code block!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175113 91177308-0d34-0410-b5e6-96231b3b80d8
parent 7cdc3114
No related branches found
No related tags found
No related merge requests found
......@@ -1957,7 +1957,7 @@ Clang implements two kinds of checks with this attribute.
Another example:
.. code-block: c
.. code-block:: c
__attribute__((__format__ (__printf__, 1, 3)))
void foo(const char* s, char *buf, ...) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment