[cogl/wip/cogl-1.14: 148/177] doc: Put the opening '{' at the end of combined typedefs
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/cogl-1.14: 148/177] doc: Put the opening '{' at the end of combined typedefs
- Date: Mon, 21 Jan 2013 15:57:22 +0000 (UTC)
commit a1760b65d3175f8e90258fc80316c608cdbf2c56
Author: Damien Lespiau <damien lespiau intel com>
Date: Mon Dec 31 17:31:50 2012 +0000
doc: Put the opening '{' at the end of combined typedefs
gtk-doc is not smart enough to parse things like:
typedef struct
{
...
} CoglFoo;
but needs the '{' at the end of the first line.
(cherry picked from commit d1187550ef547305fdeb8a22a7e39a95611a0e1d)
cogl/cogl-error.h | 3 +--
cogl/cogl-object.h | 6 ++----
2 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/cogl/cogl-error.h b/cogl/cogl-error.h
index f586789..1b6a951 100644
--- a/cogl/cogl-error.h
+++ b/cogl/cogl-error.h
@@ -113,8 +113,7 @@
* @code: A specific error code within a specified domain
* @message: A human readable error message
*/
-typedef struct _CoglError
-{
+typedef struct _CoglError {
uint32_t domain;
int code;
char *message;
diff --git a/cogl/cogl-object.h b/cogl/cogl-object.h
index 87fdce2..eb7a825 100644
--- a/cogl/cogl-object.h
+++ b/cogl/cogl-object.h
@@ -83,8 +83,7 @@ cogl_object_unref (void *object);
*
* Since: 1.4
*/
-typedef struct
-{
+typedef struct {
int unused;
} CoglUserDataKey;
@@ -114,8 +113,7 @@ typedef void (*CoglUserDataDestroyCallback) (void *user_data);
* Since: 1.8
* Stability: unstable
*/
-typedef struct
-{
+typedef struct {
const char *name;
unsigned long instance_count;
} CoglDebugObjectTypeInfo;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]