# HG changeset patch # User Sascha Wilde # Date 1395507567 -3600 # Node ID 4bb5f295987bbeeeb3a4495a726b0bc0fdd4d685 # Parent 702033705bb8ae0c9884c536d14e6566fc39b6af Fix doxygen documentation. diff -r 702033705bb8 -r 4bb5f295987b cinst/mozilla.c --- 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.