diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-02-17 00:29:23 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-02-17 00:29:23 +0000 |
commit | b73aab83cbdaaac40c4bb80b82049dc4452b5f1c (patch) | |
tree | 2cffd639a42f378c523dbe0947037c58ceab9734 /avahi-common/simple-watch.h | |
parent | 17a66c826e2a4fd019f32b40c6d549e20a0a61ba (diff) |
make anonymous structs appear properly in doxygen
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1144 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/simple-watch.h')
-rw-r--r-- | avahi-common/simple-watch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-common/simple-watch.h b/avahi-common/simple-watch.h index 7c83db3..c3d799d 100644 --- a/avahi-common/simple-watch.h +++ b/avahi-common/simple-watch.h @@ -30,7 +30,7 @@ AVAHI_C_DECL_BEGIN -/** A main loop object. Main loops of this type aren't very flexible +/** \struct AvahiSimplePoll A main loop object. Main loops of this type aren't very flexible * since they only support a single wakeup type. Nevertheless it * should suffice for small test and example applications. */ typedef struct AvahiSimplePoll AvahiSimplePoll; |