From 8f451a60b2290863194d137e02e1c5b477293de8 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Wed, 28 Jun 2017 22:05:12 +0200 Subject: [PATCH] tests: add example for include in source-code See https://bugzilla.gnome.org/show_bug.cgi?id=783420 --- tests/gobject/src/gobject.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/gobject/src/gobject.c b/tests/gobject/src/gobject.c index b4f19f2..2a455c1 100644 --- a/tests/gobject/src/gobject.c +++ b/tests/gobject/src/gobject.c @@ -32,6 +32,9 @@ * A new instance can be created using the gtkdoc_object_new() function. The * whole lifecycle usualy looks like shown in this example: * |[ + * #include + * #include + * * GObject *myobj; * * myobj = gtkdoc_object_new(); -- 2.11.4.GIT