From a44e4e5411ed1a92a0664a3011539553e0516ada Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sat, 3 May 2014 03:51:35 +0900 Subject: [PATCH] photocam: added @c to EINA_TRUE/FALSE doxygen. --- legacy/elementary/src/lib/elm_photocam.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_photocam.eo b/legacy/elementary/src/lib/elm_photocam.eo index ecda36b..92264d6 100644 --- a/legacy/elementary/src/lib/elm_photocam.eo +++ b/legacy/elementary/src/lib/elm_photocam.eo @@ -7,7 +7,7 @@ class Elm_Photocam (Elm_Widget, Elm_Interface_Scrollable) /*@ @brief Set the paused state for photocam - This sets the paused state to on(EINA_TRUE) or off (EINA_FALSE) for + This sets the paused state to on(@c EINA_TRUE) or off (@c EINA_FALSE) for photocam. The default is off. This will stop zooming using animation on zoom level changes and change instantly. This will stop any existing animations that are running. @@ -66,7 +66,7 @@ class Elm_Photocam (Elm_Widget, Elm_Interface_Scrollable) /*@ @brief Set the gesture state for photocam. - This sets the gesture state to on(EINA_TRUE) or off (EINA_FALSE) for + This sets the gesture state to on(@c EINA_TRUE) or off (@c EINA_FALSE) for photocam. The default is off. This will start multi touch zooming. @ingroup Photocam */ -- 2.7.4