Mercurial > trustbridge
changeset 121:4bb5f295987b
Fix doxygen documentation.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Sat, 22 Mar 2014 17:59:27 +0100 |
parents | 702033705bb8 |
children | 65941f3d5db8 |
files | cinst/mozilla.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cinst/mozilla.c Sat Mar 22 17:48:42 2014 +0100 +++ b/cinst/mozilla.c Sat Mar 22 17:59:27 2014 +0100 @@ -1,4 +1,6 @@ -/* @file Mozilla installation process +/** + * @file + * @brief Mozilla installation process * * Reads from stdin a list of instructions in the form: * @@ -75,7 +77,7 @@ * * Read the profiles.ini and extract all profile paths from that. * - * @param[inifile] path of the profile.ini to read. + * @param[in] inifile_name path of the profile.ini to read. * @return NULL terminated array of strings containing containing the * absolute path of the profile directories. The array needs to * be freed by the caller.