From 3a713f19f22a049c4237fa96d12400409e3ccb51 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Tue, 5 Mar 2013 11:40:18 +0100 Subject: Comment. --- lout/object.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lout') diff --git a/lout/object.cc b/lout/object.cc index 059564c0..99b5902d 100644 --- a/lout/object.cc +++ b/lout/object.cc @@ -111,8 +111,9 @@ size_t Object::sizeOf() // ---------------- /** - * \brief This static method may be used as compare function for qsort(3), for - * an array of Object* (Object*[] or Object**). + * \brief This static method may be used as compare function for + * qsort(3) and bsearch(3), for an array of Object* (Object*[] or + * Object**). */ int Comparable::compareFun(const void *p1, const void *p2) { -- cgit v1.2.3