Update doxygen
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 7 Jan 2014 04:43:22 +0000 (13:43 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 7 Jan 2014 04:43:22 +0000 (13:43 +0900)
Change-Id: I469f9d60e04d4c7fbfebe4db52b4ef61a9330c1a

doc/shortcut_doc.h [moved from lib/include/shortcut_PG.h with 95% similarity]
lib/CMakeLists.txt
packaging/libshortcut.spec

similarity index 95%
rename from lib/include/shortcut_PG.h
rename to doc/shortcut_doc.h
index 6240fd5..55b7c9a 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
-*/
+ */
+
+#ifndef __SHORTCUT_DOC_H__
+#define __SHORTCUT_DOC_H__
 
 /**
- * @ingroup SLP_PG
- * @defgroup SHORTCUT_PG Add to home (shortcut)
- * @{
+ * @defgroup SHORTCUT_MODULE Shortcut
+ * @brief To enhance the Add to home feature. Two types of API set are supported.
+ *   - One for the homescreen developers.
+ *   - The others for the application developers who should implement the Add to home feature.
+ * @ingroup CORE_LIB_GROUP 
+ * @section SHORTCUT_MODULE_HEADER Required Header
+ *   \#include <shortcut.h>
+ * @section SHORTCUT_MODULE_OVERVIEW Overview
 <H1>1. Shortcut</H1>
 Tizen is supporting the "add shortcut or add to home" for various applications.
 Developers may use the shortcut library (libshortcut) to implement features sending (applications) and receiving (possibly home screen) shortcuts.
@@ -222,5 +230,6 @@ It will returns the number of shortcut items, or return <0 as an error value.
 -EIO : failed to access shortcut list DB
 > 0 : Number of shortcut items (count of callback function calling)
  *
- * @}
-*/
+ */
+
+#endif /* __SHORTCUT_DOC_H__ */
index 04f8ce0..a0e7761 100644 (file)
@@ -44,7 +44,6 @@ SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${PROJECT_NAME}
 
 INSTALL(TARGETS ${PROJECT_NAME} DESTINATION lib)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/include/shortcut.h DESTINATION include/${PROJECT_NAME})
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/include/shortcut_PG.h DESTINATION include/${PROJECT_NAME})
 INSTALL(FILES ${CMAKE_BINARY_DIR}/lib/${PROJECT_NAME}.pc DESTINATION lib/pkgconfig)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/LICENSE DESTINATION /usr/share/license RENAME "lib${PROJECT_NAME}")
 
index 19ee302..1d4938c 100644 (file)
@@ -72,7 +72,6 @@ touch %{buildroot}/opt/dbspace/.shortcut_service.db-journal
 %files devel
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
-%{_includedir}/shortcut/shortcut_PG.h
 %{_includedir}/shortcut/shortcut.h
 %{_libdir}/pkgconfig/shortcut.pc