diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2005-11-01 18:59:16 +0000 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2005-11-01 18:59:16 +0000 |
commit | 04617a0c74b4ff0c0f77e395e1d501331388c571 (patch) | |
tree | b7c130cf1835112ba2ae40e8190d856261610579 | |
parent | 47cf9aac1243a28a91d07a4f345aa62c14f42c06 (diff) |
fixed code documentation to remove warnings from doxygen
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | libhal-storage/libhal-storage.c | 6 |
2 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2005-11-01 Danny Kukawka <danny.kukawka@web.de> + * libhal-storage/libhal-storage.c: fixed code documentation to remove + warnings from doxygen + +2005-11-01 Danny Kukawka <danny.kukawka@web.de> + * doc/conf/Makefile.am: added new fdi-files to Makefile * doc/conf/match-USB-camera.fdi, doc/conf/match-USB-mp3-player.fdi, diff --git a/libhal-storage/libhal-storage.c b/libhal-storage/libhal-storage.c index 0c74218b..0641aada 100644 --- a/libhal-storage/libhal-storage.c +++ b/libhal-storage/libhal-storage.c @@ -64,6 +64,10 @@ * @{ */ +/** + * @typedef typedef struct IconMappingEntry_s {} IconMappingEntry + * @brief typdef of IconMappingEntry_s + */ typedef struct IconMappingEntry_s { LibHalStoragePolicyIcon icon; char *path; @@ -751,7 +755,7 @@ libhal_drive_free (LibHalDrive *drive) /** Free all resources used by a LibHalVolume object. * - * @param volume Object to free + * @param vol Object to free */ void libhal_volume_free (LibHalVolume *vol) |