summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIván Briano <sachieru@gmail.com>2011-06-20 16:19:35 +0000
committerIván Briano <sachieru@gmail.com>2011-06-20 16:19:35 +0000
commit4b67655902a05c1c8ac03be3902cab353fd55998 (patch)
tree27e0f39ac5f8d1d405a720bedef6f488668cd356
parent58681c4d107c47b996004b0712b4f262489adf72 (diff)
downloadeet-4b67655902a05c1c8ac03be3902cab353fd55998.tar.gz
Do show the included header
SVN revision: 60529
-rw-r--r--src/lib/Eet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Eet.h b/src/lib/Eet.h
index 3318bd6..3f01904 100644
--- a/src/lib/Eet.h
+++ b/src/lib/Eet.h
@@ -317,9 +317,9 @@ eet_clearcache(void);
* The following example will serve as an introduction to most, if not all,
* of these functions.
*
- * @dontinclude eet-file.c
* If you are only using Eet, this is the only header you need to include.
- * @line Eet.h
+ * @dontinclude eet-file.c
+ * @skipline Eet.h
*
* Now let's create ourselves an eet file to play with. The following function
* shows step by step how to open a file and write some data in it.