summaryrefslogtreecommitdiff
path: root/doc/alert-printlist.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-10 15:19:16 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-10 15:21:08 +0100
commit1c47af90492cae3f445edc6c1243d86a95563101 (patch)
treec31085a2feb25260c23f0feb3b6c415feae989de /doc/alert-printlist.c
parentfe44071853febfc6bf7094d133bd227b6aad1333 (diff)
downloadgnutls-1c47af90492cae3f445edc6c1243d86a95563101.tar.gz
avoid headers in tables
Diffstat (limited to 'doc/alert-printlist.c')
-rw-r--r--doc/alert-printlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/alert-printlist.c b/doc/alert-printlist.c
index 869e638da6..7ce8e3e65d 100644
--- a/doc/alert-printlist.c
+++ b/doc/alert-printlist.c
@@ -68,6 +68,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
"\\hline\n"
"Alert & ID & Description\\\\\n"
"\\hline}\n"
+#if 0
"\\tablehead{%\n"
"\\hline\n"
"\\multicolumn{3}{|l|}{\\small\\sl continued from previous page}\\\\\n"
@@ -76,6 +77,7 @@ static const char headers[] = "\\tablefirsthead{%\n"
"\\hline\n"
"\\multicolumn{3}{|r|}{\\small\\sl continued on next page}\\\\\n"
"\\hline}\n"
+#endif
"\\tablelasttail{\\hline}\n"
"\\bottomcaption{The TLS alert table}\n\n";