From 4d6b5a5b057d500586c3546b0d4022de0e7faffa Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 27 Apr 2011 12:23:40 -0500 Subject: [PATCH] improve doxygen mainpage --- src/wiiuse.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/wiiuse.h b/src/wiiuse.h index ce86f13..62bb0bc 100644 --- a/src/wiiuse.h +++ b/src/wiiuse.h @@ -39,13 +39,21 @@ /** * @mainpage * + * @section project Project + * + * This is a friendly fork of the original WiiUse project, which seems + * to have gone defunct. This updated version is maintained at: + * + * - http://github.com/rpavlik/wiiuse + * * @section publicapisec Public API * * The full public API for WiiUse is found in @ref wiiuse.h * - * @section quicklinks Quick Links + * @section quicklinks API Docs Quick Links * - @ref wiiuse.h * - @ref wiimote structure + * */ #ifndef WIIUSE_H_INCLUDED #define WIIUSE_H_INCLUDED