aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-07-10 13:59:00 +0200
committerAnders Broman <a.broman58@gmail.com>2019-07-10 12:48:21 +0000
commitf7cf0b7ec7704b978b1316f868cf37bf9cc8a775 (patch)
tree2e1f89fd340326a0c009009ff56d73ddc3c407a9 /epan/proto.h
parent703ac5df97daea730fefd1353ceb247bd3234791 (diff)
Doxygen: Try to fix reported warnings.
Change-Id: Ia2e08265681c6700328a5782a70c3108eeb443bf Reviewed-on: https://code.wireshark.org/review/33887 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index ff667c873b..2ba28980d9 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -619,7 +619,7 @@ typedef enum {
#define BASE_EXT_STRING 0x00000200
#define BASE_VAL64_STRING 0x00000400
-#define BASE_ALLOW_ZERO 0x00000800 /**< Display <none> instead of <MISSING> for zero sized byte array */
+#define BASE_ALLOW_ZERO 0x00000800 /**< Display `<none>` instead of '<MISSING>' for zero sized byte array */
#define BASE_UNIT_STRING 0x00001000 /**< Add unit text to the field value */