mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-15 07:18:33 +00:00
Fix two minor syntax issues in the documentation
llvm-svn: 262654
This commit is contained in:
parent
ec9957bd0b
commit
4098de4062
@ -10,6 +10,7 @@ declaration/definition with the same name existing, which could indicate that
|
||||
the forward declaration is in a potentially wrong namespace.
|
||||
|
||||
.. code:: c++
|
||||
|
||||
namespace na { struct A; }
|
||||
namespace nb { struct A {}; }
|
||||
nb::A a;
|
||||
|
@ -1,7 +1,7 @@
|
||||
.. title:: clang-tidy - modernize-deprecated-headers
|
||||
|
||||
modernize-deprecated-headers
|
||||
==========================
|
||||
============================
|
||||
|
||||
Some headers from C library were deprecated in C++ and are no longer welcome in
|
||||
C++ codebases. For more details refer to the C++ 14 Standard [depr.c.headers]
|
||||
|
Loading…
x
Reference in New Issue
Block a user