From e74ff72161f3381ae7d7141d60a3e7223cf2aabe Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Tue, 2 Oct 2012 21:00:15 +0000 Subject: [Author: oster] Add a comment explaining that this file is similar to something that Apple has now built in. Tested: n/a R=thomasvl APPROVED=thomasvl --- iPhone/GTMUIView+SubtreeDescription.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/iPhone/GTMUIView+SubtreeDescription.h b/iPhone/GTMUIView+SubtreeDescription.h index 627298a..e713d3d 100644 --- a/iPhone/GTMUIView+SubtreeDescription.h +++ b/iPhone/GTMUIView+SubtreeDescription.h @@ -17,6 +17,13 @@ // #import +// This entire file, and the corresponding .m is similar to, and predates +// Apple's recursiveDescription, used like so: +// +// (lldb) po [[self view] recursiveDescription] +// +// As documented in Technical Note TN2239 iOS Debugging Magic. + // This entire file, and the corresponding .m is DEBUG only. // But you can define INCLUDE_UIVIEW_SUBTREE_DESCRIPTION to no-zero to override. #if DEBUG || INCLUDE_UIVIEW_SUBTREE_DESCRIPTION -- cgit v1.2.3