From 2429264f12ce3146e21c0e4dda91f778d2a6b1b4 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Thu, 12 Jul 2012 20:06:40 +0000 Subject: Add quick reference for bind/callback usage. Review URL: https://chromiumcodereview.appspot.com/10692147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146425 0039d316-1c4b-4281-b951-d872f2087c98 --- base/bind_internal.h.pump | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base/bind_internal.h.pump') diff --git a/base/bind_internal.h.pump b/base/bind_internal.h.pump index 8e2e249..0712027 100644 --- a/base/bind_internal.h.pump +++ b/base/bind_internal.h.pump @@ -30,6 +30,9 @@ $range ARITY 0..MAX_ARITY namespace base { namespace internal { +// See base/callback.h for user documentation. +// +// // CONCEPTS: // Runnable -- A type (really a type class) that has a single Run() method // and a RunType typedef that corresponds to the type of Run(). -- cgit v1.1