diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-06-28 23:25:50 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-06-28 23:25:50 +0000 |
commit | 54d7450ef8b085110c380d4263794deffa5edda4 (patch) | |
tree | 2f9727716e1c1742f790931c3314036b00ecbf86 /avahi-core/log.h | |
parent | 14f8d9beb7ef14b0aab5512345e09109bdd8cb0c (diff) |
improve documentation
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@152 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/log.h')
-rw-r--r-- | avahi-core/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-core/log.h b/avahi-core/log.h index 280b2da..064e418 100644 --- a/avahi-core/log.h +++ b/avahi-core/log.h @@ -26,6 +26,8 @@ #include <glib.h> #include <avahi-common/cdecl.h> +/** \file log.h Extensible logging subsystem */ + AVAHI_C_DECL_BEGIN #ifdef __GNUC__ |