libidn-commit
[Top][All Lists]
Advanced

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

CVS libidn/lib


From: libidn-commit
Subject: CVS libidn/lib
Date: Sun, 21 Nov 2004 14:24:35 +0100

Update of /home/cvs/libidn/lib
In directory dopio:/tmp/cvs-serv10433

Modified Files:
        stringprep.c 
Log Message:
Doc fix.


--- /home/cvs/libidn/lib/stringprep.c   2004/10/25 21:43:30     1.37
+++ /home/cvs/libidn/lib/stringprep.c   2004/11/21 13:24:34     1.38
@@ -104,7 +104,7 @@
    ( INVERTED(profileflags) && (profileflags & flags)))
 
 /**
- * stringprep_4i:
+ * stringprep_4i - prepare internationalized string
  * @ucs4: input/output array with string to prepare.
  * @len: on input, length of input array with Unicode code points,
  *   on exit, length of output array with Unicode code points.
@@ -292,7 +292,7 @@
 }
 
 /**
- * stringprep_4zi:
+ * stringprep_4zi - prepare internationalized string
  * @ucs4: input/output array with zero terminated string to prepare.
  * @maxucs4len: maximum length of input/output array.
  * @flags: a #Stringprep_profile_flags value, or 0.
@@ -329,7 +329,7 @@
 }
 
 /**
- * stringprep:
+ * stringprep - prepare internationalized string
  * @in: input/ouput array with string to prepare.
  * @maxlen: maximum length of input/output array.
  * @flags: a #Stringprep_profile_flags value, or 0.
@@ -411,7 +411,7 @@
 }
 
 /**
- * stringprep_profile:
+ * stringprep_profile - prepare internationalized string
  * @in: input array with UTF-8 string to prepare.
  * @out: output variable with pointer to newly allocate string.
  * @profile: name of stringprep profile to use.





reply via email to

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