Do show the included header

SVN revision: 60529
This commit is contained in:
Iván Briano 2011-06-20 16:19:35 +00:00
parent 52511e4cfa
commit c23e7c1c9e
1 changed files with 2 additions and 2 deletions

View File

@ -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.