From b06f7aa8e6568c53bff14a11b18787fb3e6921eb Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Fri, 8 Jun 2012 19:56:51 +0000 Subject: [PATCH] Fixing win_example (Win - General API Overview) doc, includes were broken. Author: Guilherme Iscaro SVN revision: 71864 --- legacy/elementary/doc/examples.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/doc/examples.dox b/legacy/elementary/doc/examples.dox index 24661503a2..680d42c3f3 100644 --- a/legacy/elementary/doc/examples.dox +++ b/legacy/elementary/doc/examples.dox @@ -5820,8 +5820,8 @@ * We'll have a bit more than the usual includes here, since part of the * example requires some low level fiddling. * @dontinclude win_example.c - * @skip Elementary.h - * @until Ecore_X.h + * @skip ifdef + * @until Elementary.h * * The program then, consists of one window with two lists of buttons, each * of which operates on another two windows. One of them is a normal window,