libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS libidn/doc


From: libidn-commit
Subject: CVS libidn/doc
Date: Mon, 25 Oct 2004 23:20:43 +0200

Update of /home/cvs/libidn/doc
In directory dopio:/tmp/cvs-serv12817

Modified Files:
        gdoc 
Log Message:
Use @code, not @var, for constants in texinfo output.
Fix newlines in man output.


--- /home/cvs/libidn/doc/gdoc   2004/10/25 21:08:29     1.8
+++ /home/cvs/libidn/doc/gdoc   2004/10/25 21:20:42     1.9
@@ -135,7 +135,7 @@
                     $type_param, "<tt><b>\$1</b></tt>" );
 $blankline_html = "<p>";
 
-%highlights_texinfo = ( $type_constant, "address@hidden",
+%highlights_texinfo = ( $type_constant, "address@hidden",
                        $type_func, "address@hidden",
                        $type_struct, "address@hidden",
                        $type_param, "address@hidden" );
@@ -156,9 +156,9 @@
 $blankline_sgml = "</para><para>\n";
 
 # these are pretty rough
-%highlights_man = ( $type_constant, "\\n.I \\\"\$1\\\"\\n",
+%highlights_man = ( "\\s*" .$type_constant . "\\s*", "\\n.I \\\"\$1\\\"\\n",
                    $type_func, "\\n.B \\\"\$1\\\"\\n",
-                   $type_struct, "\\n.I \\\"\$1\\\"\\n",
+                   $type_struct . "\\s*", "\\n.I \\\"\$1\\\"\\n",
                    $type_param."([\.\, ]*)\n?", "\\n.I \\\"\$1\$2\\\"\\n" );
 $blankline_man = "";
 
@@ -772,7 +772,7 @@
 $doc_end = "\\*/";
 $doc_com = "\\s*\\*\\s*";
 $doc_func = $doc_com."(\\w+):?";
-$doc_sect = $doc_com."([".$doc_special."[:upper:]][\\w ]+):(.*)";
+$doc_sect = $doc_com."([".$doc_special."[:upper:]][\\w ]+):\\s*(.*)";
 $doc_content = $doc_com."(.*)";
 
 %constants = ();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]