Fix up section comments

svn path=/trunk/; revision=7137
This commit is contained in:
Matthias Clasen
2008-07-02 03:43:13 +00:00
parent ee96535cec
commit d6d221911d
13 changed files with 53 additions and 80 deletions

View File

@@ -32,13 +32,10 @@
/**
* SECTION:gboxed
*
* @Short_description: A mechanism to wrap opaque C structures registered
* by the type system
*
* @See_also: #GParamSpecBoxed, g_param_spec_boxed()
*
* @Title: Boxed Types
* @short_description: A mechanism to wrap opaque C structures registered
* by the type system
* @see_also: #GParamSpecBoxed, g_param_spec_boxed()
* @title: Boxed Types
*
* GBoxed is a generic wrapper mechanism for arbitrary C structures. The only
* thing the type system needs to know about the structures is how to copy and