diff options
author | Thomas Graf <tgraf@suug.ch> | 2012-11-11 10:21:10 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2012-11-11 10:21:10 (GMT) |
commit | b66d26711a3ff013313edf61e20e5dd1a9784060 (patch) | |
tree | ae04a2e588fbe0170cd529c1224e3c3221bbbd96 | |
parent | 59a6b003a95cdceb60e17c8cf765efc0d7bec797 (diff) | |
download | libnl-b66d26711a3ff013313edf61e20e5dd1a9784060.zip libnl-b66d26711a3ff013313edf61e20e5dd1a9784060.tar.gz libnl-b66d26711a3ff013313edf61e20e5dd1a9784060.tar.bz2 |
hashtable: remove doc section crashing doxygen
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r-- | lib/hashtable.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/hashtable.c b/lib/hashtable.c index 6a1e8f5..ecd5730 100644 --- a/lib/hashtable.c +++ b/lib/hashtable.c @@ -17,14 +17,7 @@ /** * @ingroup core_types * @defgroup hashtable Hashtable - * * @{ - * - * Header - * ------ - * ~~~~{.c} - * #include <netlink/hashtable.h> - * ~~~~ */ /** |