aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-06-09 01:32:41 +0000
committerTed Kremenek <kremenek@apple.com>2009-06-09 01:32:41 +0000
commitcb41f3e856288c3391174c54befcd8d78cf1d5a8 (patch)
tree0237b38d56bd7edcf849aa1313e09c4535bbd168
parentf2c6b9a8469f00bb58b1448ce204fa4c8da8062a (diff)
Comment out preliminary text due to wishful thinking of getting more documentation done by this point.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73118 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/analyzer/annotations.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/analyzer/annotations.html b/www/analyzer/annotations.html
index 4c05c50682..129748e9b0 100644
--- a/www/analyzer/annotations.html
+++ b/www/analyzer/annotations.html
@@ -105,8 +105,11 @@ test.m:4:16: warning: Null pointer passed as an argument to a 'nonnull' paramete
<h3 id="cocoa_mem">Cocoa &amp; Core Foundation Memory Management
Annotations</h3>
+<!--
<p>As described in <a href="/available_checks.html#retain_release">Available
-Checks</a>, the analyzer supports the proper management of retain counts for
+Checks</a>,
+-->
+<p>The analyzer supports the proper management of retain counts for
both Cocoa and Core Foundation objects. This checking is largely based on
enforcing Cocoa and Core Foundation naming conventions for Objective-C methods
(Cocoa) and C functions (Core Foundation). Not strictly following these