summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2014-05-03 03:51:35 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2014-05-03 03:51:44 +0900
commit2e2b7895114cd127e11d7ebd512143f1b3a3f27b (patch)
tree426bca10aa5cf9a334aa84ba27fa67a0d09252b1
parent039347b9ad78cddc8eb9b8033ed738f97b8a6459 (diff)
downloadelementary-2e2b7895114cd127e11d7ebd512143f1b3a3f27b.tar.gz
photocam: added @c to EINA_TRUE/FALSE doxygen.
-rw-r--r--src/lib/elm_photocam.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_photocam.eo b/src/lib/elm_photocam.eo
index ecda36b8d..92264d6f0 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 */