From 88665c39660c05abddf672842d7c6103045e0b15 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 23 May 2010 14:55:00 +0200 Subject: fixed some doxygen documentation --- include/wolf/errors.h | 5 ++--- include/wolf/library/loader.h | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/wolf/errors.h b/include/wolf/errors.h index c33d619..2946871 100644 --- a/include/wolf/errors.h +++ b/include/wolf/errors.h @@ -19,13 +19,13 @@ #define WOLF_ERRORS_H /** - * @addtogroup wolf_error Common error states + * @addtogroup wolf_error Error Handling * @{ */ /** * @file errors.h - * @brief Global Error States + * @brief Error Handling * @author Andreas Baumann */ @@ -65,7 +65,6 @@ char *wolf_error_msg( const wolf_error_t error, char *buf, size_t buflen ); * On Windows this is done with FormatMessage and GetLastError, on * Unix with strerror_r and errno. * - * @param error the error to retrieve the textual representation for * @param buf the buffer which will hold the error message * @param buflen the size of the buffer * diff --git a/include/wolf/library/loader.h b/include/wolf/library/loader.h index b62b350..1eb99ce 100644 --- a/include/wolf/library/loader.h +++ b/include/wolf/library/loader.h @@ -77,6 +77,7 @@ typedef struct wolf_library_t *wolf_library_p; /** * Loads a shared library. * + * @param name the name of the library to load * @param error indicates errors while loading the library * * @return the libary object -- cgit v1.2.3-54-g00ecf