diff cinst/mozilla.c @ 1053:78798d3af8f0

Fixed doxygen build warnings.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 09 Sep 2014 15:22:19 +0200
parents a80abef948fa
children 317ee9dc4684
line wrap: on
line diff
--- a/cinst/mozilla.c	Fri Sep 05 16:16:57 2014 +0200
+++ b/cinst/mozilla.c	Tue Sep 09 15:22:19 2014 +0200
@@ -12,12 +12,12 @@
  * Reads from a file given on command line or stdin a list of
  * instructions in the form:
  *
- * I:<base64 DER econded certificate>
- * R:<base64 DER econded certificate>
+ * I:\<base64 DER econded certificate\> <BR>
+ * R:\<base64 DER econded certificate\>
  * ...
  *
  * With one instruction per line. the maximum size of an input
- * line is 9999 characters (including the \r\n) at the end of the line.
+ * line is 9999 characters (including the \\r\\n) at the end of the line.
  *
  * Certificates marked with I: will be installed and the ones
  * marked with R: will be searched and if available removed from
@@ -153,14 +153,14 @@
  * Parse the profiles.ini and extract all profile paths from that.
  * The expected data is in the form:
  *
- * [Profile99]
- * IsRelative=1
- * Path=Example/fooo.bar
+ * [Profile99]<BR>
+ * IsRelative=1<BR>
+ * Path=Example/foo.bar
  *
- * or
- * [Profile0]
- * IsRelative=0
- * Path=c:\foo\bar\baz
+ * or<BR>
+ * [Profile0]<BR>
+ * IsRelative=0<BR>
+ * Path=c:\\foo\\bar\\baz
  *
  * Mozilla also accepts the ini file on Windows even if it is UTF-16
  * encoded but never writes UTF-16 on its own.  So currently we ignore
@@ -549,7 +549,7 @@
  *
  * Should be freed by caller.
  * @param[in] secitemp ponts to an SECItem holding the DER certificate.
- * @retruns a string of the from "CN of Subject - O of Subject"
+ * @returns a string of the from "CN of Subject - O of Subject"
  */
 static char *
 nss_cert_name(SECItem *secitemp)
@@ -774,6 +774,7 @@
  * Reads command lines (R: and I:) from standard input and puts the
  * certificates to process in two SECItem lists holding the
  * certificates in DER format.
+ * @param[inout] stream from standard input
  * @param[inout] install_list list of SECItems with certifiactes to install
  * @param[inout] remove_list list of SECItems with certifiactes to remove
  */

http://wald.intevation.org/projects/trustbridge/