summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-07-12 10:07:01 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-30 11:02:56 +0200
commita34e02d26c3569de9790ee064e56e98292e2efcd (patch)
tree3df3746c005e16895258315866d39e536dcd09e1 /common
parentb425581c90d83096082a2fdb9289343b60d9f1af (diff)
downloadeurephia-a34e02d26c3569de9790ee064e56e98292e2efcd.tar.gz
eurephia-a34e02d26c3569de9790ee064e56e98292e2efcd.tar.xz
eurephia-a34e02d26c3569de9790ee064e56e98292e2efcd.zip
Fixed a few doxygen complaints - missing documentation
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'common')
-rw-r--r--common/eurephia_driverapi.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/eurephia_driverapi.h b/common/eurephia_driverapi.h
index 14083d9..8ae0a88 100644
--- a/common/eurephia_driverapi.h
+++ b/common/eurephia_driverapi.h
@@ -33,6 +33,13 @@
#ifndef DRIVER_MODE
+/**
+ * Function declaration for eurephia drivers. A better way to export driver functions
+ * correctly.
+ *
+ * @param funcname Name of the function in the driver
+ *
+ */
#define EUREPHIA_DRIVERAPI_FUNC(funcname) (*funcname)
#else // ifdef DRIVER_MODE