Index: base/bind.h.pump |
diff --git a/base/bind.h.pump b/base/bind.h.pump |
index 494d7164a933b59d603de05207d187a62c0c184a..fbf842efb1947b9927ec214a32fffefad6579b84 100644 |
--- a/base/bind.h.pump |
+++ b/base/bind.h.pump |
@@ -36,12 +36,23 @@ $var MAX_ARITY = 7 |
#include "base/bind_internal.h" |
#include "base/callback_internal.h" |
-// See base/callback.h for how to use these functions. If reading the |
-// implementation, before proceeding further, you should read the top |
-// comment of base/bind_internal.h for a definition of common terms and |
-// concepts. |
+// ----------------------------------------------------------------------------- |
+// User documentation |
+// ----------------------------------------------------------------------------- |
+// |
+// See base/callback.h for documentation. |
+// |
+// |
+// ----------------------------------------------------------------------------- |
+// Implementation notes |
+// ----------------------------------------------------------------------------- |
+// |
+// If you're reading the implementation, before proceeding further, you should |
+// read the top comment of base/bind_internal.h for a definition of common |
+// terms and concepts. |
+// |
+// RETURN TYPES |
// |
-// IMPLEMENTATION NOTE |
// Though Bind()'s result is meant to be stored in a Callback<> type, it |
// cannot actually return the exact type without requiring a large amount |
// of extra template specializations. The problem is that in order to |