]> Nishi Git Mirror - dataworks.git/commitdiff
add doc
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sat, 18 May 2024 06:12:01 +0000 (06:12 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sat, 18 May 2024 06:12:01 +0000 (06:12 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@22 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Library/dw_database.h

index 2c52ff19db62dd08b9e081439e654393ed7055e5..ec8ca1abbb401e9374c971fa00e194f0991bb10a 100644 (file)
@@ -42,7 +42,17 @@ extern "C" {
 
 #include <stdio.h>
 
+/**
+ * @~english
+ * @brief Database struct
+ *
+ */
 struct dataworks_db {
+       /**
+        * @~english
+        * @brief File pointer to the database file.
+        *
+        */
        FILE* fp;
 };