summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorihuerner <ihuerner@b9707d8c-442e-47db-affb-152dabb2260b>2012-09-27 09:12:21 +0000
committerihuerner <ihuerner@b9707d8c-442e-47db-affb-152dabb2260b>2012-09-27 09:12:21 +0000
commit740b23e7398130a506d6b1a0e7e3e7ae7df0f1d5 (patch)
tree356026efab2f5a368bf4437004fa918c9588df22 /include
parenta437ec80062eef34e861c18488838464aeac1f3b (diff)
downloadpersistence-client-library-740b23e7398130a506d6b1a0e7e3e7ae7df0f1d5.tar.gz
New release 0.1.4, for changes see ChangeLog
Diffstat (limited to 'include')
-rw-r--r--include/persistence_client_library_file.h12
-rw-r--r--include/persistence_client_library_key.h9
2 files changed, 20 insertions, 1 deletions
diff --git a/include/persistence_client_library_file.h b/include/persistence_client_library_file.h
index 0059de6..2d1a6f6 100644
--- a/include/persistence_client_library_file.h
+++ b/include/persistence_client_library_file.h
@@ -33,7 +33,13 @@
* Library provides an API to access persistent data
* @see
*/
-
+/** \ingroup SSW_PERS */
+/** \defgroup SSW_PERS_FILE Client: File access
+ * \{
+ */
+/** \defgroup SSW_PERS_FILE_INTERFACE API document
+ * \{
+ */
#ifdef __cplusplus
extern "C" {
#endif
@@ -174,5 +180,9 @@ int file_write_data(int fd, const void * buffer, unsigned long buffer_size);
#endif
+/** \} */ /* End of API */
+/** \} */ /* End of MODULE */
+
+
#endif /* PERSISTENCY_CLIENT_LIBRARY_FILE_H */
diff --git a/include/persistence_client_library_key.h b/include/persistence_client_library_key.h
index 61550cc..7818916 100644
--- a/include/persistence_client_library_key.h
+++ b/include/persistence_client_library_key.h
@@ -33,6 +33,13 @@
* Library provides an API to access persistent data
* @see
*/
+/** \ingroup SSW_PERS */
+/** \defgroup SSW_PERS_KEYVALUE Client: Key-value access
+ * \{
+ */
+/** \defgroup SSW_PERS_KEYVALUE_INTERFACE API document
+ * \{
+ */
#ifdef __cplusplus
extern "C" {
@@ -193,6 +200,8 @@ int key_write_data(unsigned char ldbid, char* resource_id, unsigned char user_no
}
#endif
+/** \} */ /* End of API */
+/** \} */ /* End of MODULE */
#endif /* PERSISTENCY_CLIENT_LIBRARY_KEY_H */