From: nishi Date: Sat, 18 May 2024 06:12:01 +0000 (+0000) Subject: add doc X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=14f354434126b4a5099aac888213383eb66a0152;p=dataworks.git add doc git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@22 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- diff --git a/Library/dw_database.h b/Library/dw_database.h index 2c52ff1..ec8ca1a 100644 --- a/Library/dw_database.h +++ b/Library/dw_database.h @@ -42,7 +42,17 @@ extern "C" { #include +/** + * @~english + * @brief Database struct + * + */ struct dataworks_db { + /** + * @~english + * @brief File pointer to the database file. + * + */ FILE* fp; };