Starting work on doxygen cleanup. Many things still to be done.

This commit is contained in:
Nathan Letwory
2011-02-17 05:57:18 +00:00
parent 812f238494
commit f336b80d7f
18 changed files with 1132 additions and 326 deletions

View File

@@ -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);