-rw-r--r-- | library/storage.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/storage.cpp b/library/storage.cpp index f4c1c02..12f9df9 100644 --- a/library/storage.cpp +++ b/library/storage.cpp @@ -201,5 +201,5 @@ bool deviceTab( const char *device) { /*! - * @fn hasCf() + * @fn static bool StorageInfo::hasCf() * @brief returns whether device has Cf mounted * @@ -211,5 +211,5 @@ bool StorageInfo::hasCf() /*! - * @fn hasSd() + * @fn static bool StorageInfo::hasSd() * @brief returns whether device has SD mounted * @@ -221,5 +221,5 @@ bool StorageInfo::hasSd() /*! - * @fn hasMmc() + * @fn static bool StorageInfo::hasMmc() * @brief reutrns whether device has mmc mounted * |