aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:31:27 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:31:27 +0000
commitc67d8f40e6656c8d6238375a5f6131b819301d69 (patch)
treeb8f3c20d3d736afd6c3f6b76e0e7e3ebd77f04e8 /epan/emem.h
parenteb49ab7caf8b3456d00e409ed6af4da03ef7cb0f (diff)
Fix (-W)documentation error found by Clang
../../epan/ftypes/../emem.h:34:3: error: empty paragraph passed to '@details' command [-Werror,-Wdocumentation] */ ^ svn path=/trunk/; revision=51278
Diffstat (limited to 'epan/emem.h')
-rw-r--r--epan/emem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/emem.h b/epan/emem.h
index 523d5e4c16..c79ce0c9e5 100644
--- a/epan/emem.h
+++ b/epan/emem.h
@@ -30,8 +30,6 @@
#include "ws_symbol_export.h"
-/** @file
- */
/** Initialize all the memory allocation pools described below.
* This function must be called once when *shark initialize to set up the
* required structures.