From 835eefeff89d5f4aa21803f3d81d7d658c5706da Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Wed, 10 Aug 2011 20:30:28 +1000 Subject: [PATCH] docs: add utils to the mainpage Signed-off-by: Angus Salkeld --- docs/mainpage.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/mainpage.h b/docs/mainpage.h index 05754d8..337b8f4 100644 --- a/docs/mainpage.h +++ b/docs/mainpage.h @@ -20,6 +20,7 @@ * - @subpage qb_loop_overview * - @subpage qb_log_overview * - @subpage qb_ipc_overview + * - @subpage qb_util_overview */ /** @@ -96,9 +97,14 @@ * */ - /** * @page qb_atomic_overview Atomic operations * @copydoc qbatomic.h * @see qbatomic.h */ + +/** + * @page qb_util_overview Common Utilities + * @copydoc qbutil.h + * @see qbutil.h + */