ecore_input: remove doxygen warning messages 30/156630/3
authorTaehyub Kim <taehyub.kim@samsung.com>
Thu, 19 Oct 2017 07:29:39 +0000 (16:29 +0900)
committerJin Yong Park <j4939.park@samsung.com>
Fri, 27 Oct 2017 01:42:02 +0000 (01:42 +0000)
Change-Id: I82b1bced48a80d31603d5836965b714dcd9c3908

src/lib/ecore_input/Ecore_Input.h

index d5817f0..8265c90 100644 (file)
@@ -449,6 +449,8 @@ extern "C" {
    /**
     * Shutdowns the Ecore Event system.
     *
+    * @return How many times the lib has been initialized.
+    *
     * @if MOBILE @since_tizen 2.4
     * @elseif WEARABLE @since_tizen 3.0
     * @endif
@@ -508,6 +510,9 @@ extern "C" {
    //TIZEN_ONLY(20170307) Deprecate ecore_input_joystick_init/shutdown API
    /**
     * Initializes the Ecore Input Joystick system.
+    *
+    * @return How many times the lib has been initialized.
+    *
     * @since 1.15
     *
     * @if MOBILE @since_tizen 2.4
@@ -520,6 +525,9 @@ extern "C" {
    EINA_DEPRECATED EAPI int                  ecore_input_joystick_init(void);
    /**
     * Shutdowns the Ecore Input Joystick system.
+    *
+    * @return How many times the lib has been initialized.
+    *
     * @since 1.15
     *
     * @if MOBILE @since_tizen 2.4