From c23e7c1c9ee8510996c44d7b64510aa64e9d737d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Briano?= Date: Mon, 20 Jun 2011 16:19:35 +0000 Subject: [PATCH] Do show the included header SVN revision: 60529 --- legacy/eet/src/lib/Eet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eet/src/lib/Eet.h b/legacy/eet/src/lib/Eet.h index 3318bd64bc..3f01904626 100644 --- a/legacy/eet/src/lib/Eet.h +++ b/legacy/eet/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.