Author: kremenek
Date: Thu Jan 27 00:59:29 2011
New Revision: 124361
URL: http://llvm.org/viewvc/llvm-project?rev=124361&view=rev
Log:
Fix a few typos in HTML documentation.
Modified:
cfe/trunk/www/analyzer/annotations.html
Modified: cfe/trunk/www/analyzer/annotations.html
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/annotations.html?rev=124361&r1=124360&r2=124361&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/annotations.html (original)
+++ cfe/trunk/www/analyzer/annotations.html Thu Jan 27 00:59:29 2011
@@ -364,11 +364,11 @@
<pre class="code_example">
#ifndef __has_feature
-#define __has_Feature(x) 0 // Compatibility with non-clang compilers.
+#define __has_feature(x) 0 // Compatibility with non-clang compilers.
#endif
#ifndef NS_CONSUMES_SELF
-#if __has_feature((attribute_ns_consumes_self))
+<span class="code_highlight">#if
__has_feature((attribute_ns_consumes_self))</span>
#else
#define NS_CONSUMES_SELF
#endif
@@ -376,7 +376,7 @@
@interface MyClass : NSObject
- initWith:(MyClass *)x;
-- nonstandardInitWith:(MyClass *)x NS_CONSUMES_SELF NS_RETURNS_RETAINED;
+- nonstandardInitWith:(MyClass *)x <span
class="code_highlight">NS_CONSUMES_SELF</span> NS_RETURNS_RETAINED;
@end
</pre>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits