aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmdoc.h')
-rw-r--r--libmdoc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libmdoc.h b/libmdoc.h
index eca0f54d..bd4ccad8 100644
--- a/libmdoc.h
+++ b/libmdoc.h
@@ -1,4 +1,4 @@
-/* $Id: libmdoc.h,v 1.25 2009/08/20 08:59:12 kristaps Exp $ */
+/* $Id: libmdoc.h,v 1.26 2009/08/20 09:07:24 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -172,9 +172,9 @@ int mdoc_args(struct mdoc *, int,
int *, char *, int, char **);
int mdoc_zargs(struct mdoc *, int,
int *, char *, int, char **);
-#define ARGS_DELIM (1 << 1)
-#define ARGS_TABSEP (1 << 2)
-#define ARGS_NOWARN (1 << 3)
+#define ARGS_DELIM (1 << 1) /* See args(). */
+#define ARGS_TABSEP (1 << 2) /* See args(). */
+#define ARGS_NOWARN (1 << 3) /* See args(). */
#define ARGS_ERROR (-1)
#define ARGS_EOLN (0)
#define ARGS_WORD (1)