summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-23 14:55:00 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-23 14:55:00 +0200
commit88665c39660c05abddf672842d7c6103045e0b15 (patch)
treed0a851ce8f6571254b02efe9d48b3335ad01cad0
parent5998a2c035e90aa01d97da26b9ef2b2b503f3d83 (diff)
downloadwolfbones-88665c39660c05abddf672842d7c6103045e0b15.tar.gz
wolfbones-88665c39660c05abddf672842d7c6103045e0b15.tar.bz2
fixed some doxygen documentation
-rw-r--r--include/wolf/errors.h5
-rw-r--r--include/wolf/library/loader.h1
2 files changed, 3 insertions, 3 deletions
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 <abaumann@yahoo.com>
*/
@@ -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