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:08:29 +0200

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

Modified Files:
        gdoc 
Log Message:
Use # instead of & for types.


--- /home/cvs/libidn/doc/gdoc   2003/11/11 16:23:17     1.7
+++ /home/cvs/libidn/doc/gdoc   2004/10/25 21:08:29     1.8
@@ -103,8 +103,8 @@
 # patterns, which are highlighted appropriately.
 #
 # 'funcname()' - function
-# '$ENVVAR' - environmental variable
-# '&struct_name' - name of a structure
+# '$ENVVAR' - environmental variable OBSOLETE (?)
+# '#struct_name' - name of a structure
 # '@parameter' - name of a parameter
 # '%CONST' - name of a constant.
 
@@ -121,7 +121,7 @@
 $type_constant = "\\\%(\\w+)";
 $type_func = "(\\w+\\(\\))";
 $type_param = "\\\@(\\w+)";
-$type_struct = "\\\&(\\w+)";
+$type_struct = "\\\#(\\w+)";
 $type_env = "(\\\$\\w+)";
 
 
@@ -460,7 +460,7 @@
 #      print "\n";
 
        $param3 = $args{'parameters'}{$parameter};
-       $param3 =~ s/&([a-zA-Z\_]+)/{\\it \1}/g;
+       $param3 =~ s/#([a-zA-Z\_]+)/{\\it \1}/g;
 
        $out = just_highlight($param3);
        $out =~ s/_/\\_/g;
@@ -474,14 +474,14 @@
     foreach $section (@{$args{'sectionlist'}}) {
        $sec = $section;
        $sec =~ s/_/\\_/g;
-       $sec =~ s/&([a-zA-Z\_]+)/{\\it \1}/g;
+       $sec =~ s/#([a-zA-Z\_]+)/{\\it \1}/g;
 
        print "\n{\\large{$sec}}\\\\\n";
        print "\\begin{rmfamily}\n";
 
        $sec = $args{'sections'}{$section};
        $sec =~ s/\\:/:/g;
-       $sec =~ s/&([a-zA-Z\_]+)/{\\it \1}/g;
+       $sec =~ s/#([a-zA-Z\_]+)/{\\it \1}/g;
        $sec =~ s/->/\$\\rightarrow\$/g;
        $sec =~ s/([0-9]+)\^([0-9]+)/\$\{\1\}\^\{\2\}\$/g;
 
@@ -766,7 +766,7 @@
 $state = 0;
 $section = "";
 
-$doc_special = "address@hidden&";
+$doc_special = "address@hidden";
 
 $doc_start = "^/\\*\\*\$";
 $doc_end = "\\*/";





reply via email to

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