From f336b80d7f142121edc21f3bd77a9e241f1aecaa Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 17 Feb 2011 05:57:18 +0000 Subject: Starting work on doxygen cleanup. Many things still to be done. --- intern/ghost/GHOST_C-api.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'intern/ghost/GHOST_C-api.h') diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h index 5d531ae3f75..20778604a71 100644 --- a/intern/ghost/GHOST_C-api.h +++ b/intern/ghost/GHOST_C-api.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -25,10 +25,10 @@ * * ***** END GPL LICENSE BLOCK ***** */ -/** - * @file GHOST_C-api.h +/*! \ingroup GHOST + * + * \file GHOST_C-api.h * GHOST C-API function and type declarations. - * The C-API wraps the C++ objects with the */ #ifndef GHOST_C_API_H @@ -44,7 +44,7 @@ extern "C" { * Creates a "handle" for a C++ GHOST object. * A handle is just an opaque pointer to an empty struct. * In the API the pointer is casted to the actual C++ class. - * @param name Name of the handle to create. + * \param name Name of the handle to create. */ GHOST_DECLARE_HANDLE(GHOST_SystemHandle); -- cgit v1.2.3