gnutls_mac_algorithm_t mac;
gnutls_protocol_t version;
- printf ("Available alert messages:\n");
-
printf ("@multitable @columnfractions .55 .10 .30\n@anchor{tab:alerts}\n");
+ printf ("@headitem Alert @tab ID @tab Description\n");
for (i = 0; i<256;i++)
{
if (gnutls_alert_get_strname(i)==NULL) continue;
my $type;
print "\n\@c $name\n";
- print "\@itemize\n";
+ print "\@table \@code\n";
$check=0;
foreach $parameter (@{$args{'parameterlist'}}) {
chomp $out;
print $out . "\n";
}
- print "\@end itemize\n";
+ print "\@end table\n";
}
# output in html
}
if ($enum == 1) {
- $/="\@end itemize"; # Records are separated by blank lines.
+ $/="\@end table"; # Records are separated by blank lines.
} else {
$/="\n\\end{function}"; # Records are separated by blank lines.
}
margin: 0 5%;
padding: 0.5em;
}
-pre.example {
- border: solid 1px;
- background: #eeeeff;
- padding-bottom: 1em;
-}
-pre.verbatim {
- border: solid 1px gray;
- background: white;
+pre.example,pre.verbatim {
padding-bottom: 1em;
+
+ border: solid #c2e0ff;
+ background: #f0faff;
+ border-width: 1px 1px 1px 5px;
+ margin: 1em auto;
+ width: 90%;
}
+
div.node {
margin: 0 -5% 0 -2%;
padding: 0.5em 0.5em;
padding-top: 0.1em;
padding-bottom: 0.1em;
}
+div.float {
+
+ margin-bottom: 0.5em;
+ text-align: center;
+}
+
+table {
+ text-align: left;
+ margin-left:auto;
+ margin-right:auto;
+ width: 50%;
+}
+
+th {
+ padding: 0;
+ color: #336699;
+ background-color: #c2e0ff;
+ border: solid #000000;
+ border-width: 0px;
+ margin: 1em auto;
+ text-align: center;
+ margin-left:auto;
+ margin-right:auto;
+}
+
+td {
+ padding: 0;
+ border: solid #000000;
+ background-color: #f0faff;
+ border-width: 0px;
+ margin: 1em auto;
+ text-align: left;
+ margin-left:auto;
+ margin-right:auto;
+ padding-left: 1em;
+}
+
+dl {
+ text-align: left;
+ margin-left:auto;
+ margin-right:auto;
+ width: 50%;
+
+ padding-left: 1em;
+ border: solid #c2e0ff;
+ background: #f0faff;
+ border-width: 1px 1px 1px 5px;
+ margin: 1em auto;
+}