seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2e2b7895114cd127e11d7ebd512143f1b3a3f27b
commit 2e2b7895114cd127e11d7ebd512143f1b3a3f27b Author: Daniel Juyung Seo <[email protected]> Date: Sat May 3 03:51:35 2014 +0900 photocam: added @c to EINA_TRUE/FALSE doxygen. --- src/lib/elm_photocam.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_photocam.eo b/src/lib/elm_photocam.eo index ecda36b..92264d6 100644 --- a/src/lib/elm_photocam.eo +++ b/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 */ --
