comparison cinst/mozilla.c @ 121:4bb5f295987b

Fix doxygen documentation.
author Sascha Wilde <wilde@intevation.de>
date Sat, 22 Mar 2014 17:59:27 +0100
parents 24ca8e2ceecf
children ffb20e76e7d0
comparison
equal deleted inserted replaced
120:702033705bb8 121:4bb5f295987b
1 /* @file Mozilla installation process 1 /**
2 * @file
3 * @brief Mozilla installation process
2 * 4 *
3 * Reads from stdin a list of instructions in the form: 5 * Reads from stdin a list of instructions in the form:
4 * 6 *
5 * I:<base64 DER econded certificate>\r\n 7 * I:<base64 DER econded certificate>\r\n
6 * R:<base64 DER econded certificate>\r\n 8 * R:<base64 DER econded certificate>\r\n
73 /** 75 /**
74 * @brief Get a list of all mozilla profile directories 76 * @brief Get a list of all mozilla profile directories
75 * 77 *
76 * Read the profiles.ini and extract all profile paths from that. 78 * Read the profiles.ini and extract all profile paths from that.
77 * 79 *
78 * @param[inifile] path of the profile.ini to read. 80 * @param[in] inifile_name path of the profile.ini to read.
79 * @return NULL terminated array of strings containing containing the 81 * @return NULL terminated array of strings containing containing the
80 * absolute path of the profile directories. The array needs to 82 * absolute path of the profile directories. The array needs to
81 * be freed by the caller. 83 * be freed by the caller.
82 */ 84 */
83 static char ** 85 static char **

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