summaryrefslogtreecommitdiffstats
path: root/avahi-common/cdecl.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-28 23:25:50 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-28 23:25:50 +0000
commit54d7450ef8b085110c380d4263794deffa5edda4 (patch)
tree2f9727716e1c1742f790931c3314036b00ecbf86 /avahi-common/cdecl.h
parent14f8d9beb7ef14b0aab5512345e09109bdd8cb0c (diff)
improve documentation
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@152 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/cdecl.h')
-rw-r--r--avahi-common/cdecl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-common/cdecl.h b/avahi-common/cdecl.h
index 82c687d..a40126d 100644
--- a/avahi-common/cdecl.h
+++ b/avahi-common/cdecl.h
@@ -23,6 +23,8 @@
***/
+/** \file cdecl.h C++ compatibility */
+
#ifdef __cplusplus
/** If using C++ this macro enables C mode, otherwise does nothing */
#define AVAHI_C_DECL_BEGIN extern "C" {