@@ -364,32 +364,32 @@ class ConfigImpl
364364 * @{
365365 */
366366
367- /* ! Returns the value of the string option with name \a fileName .
368- * The arguments \a num and \a name are for debugging purposes only.
367+ /* ! Returns the value of the string option with name \a name .
368+ * The arguments \a num and \a fileName are for debugging purposes only.
369369 * There is a convenience function Config_getString() for this.
370370 */
371371 QCString &getString (const char *fileName,int num,const char *name) const ;
372372
373- /* ! Returns the value of the list option with name \a fileName .
374- * The arguments \a num and \a name are for debugging purposes only.
373+ /* ! Returns the value of the list option with name \a name .
374+ * The arguments \a num and \a fileName are for debugging purposes only.
375375 * There is a convenience function Config_getList() for this.
376376 */
377377 StringVector &getList (const char *fileName,int num,const char *name) const ;
378378
379- /* ! Returns the value of the enum option with name \a fileName .
380- * The arguments \a num and \a name are for debugging purposes only.
379+ /* ! Returns the value of the enum option with name \a name .
380+ * The arguments \a num and \a fileName are for debugging purposes only.
381381 * There is a convenience function Config_getEnum() for this.
382382 */
383383 QCString &getEnum (const char *fileName,int num,const char *name) const ;
384384
385- /* ! Returns the value of the integer option with name \a fileName .
386- * The arguments \a num and \a name are for debugging purposes only.
385+ /* ! Returns the value of the integer option with name \a name .
386+ * The arguments \a num and \a fileName are for debugging purposes only.
387387 * There is a convenience function Config_getInt() for this.
388388 */
389389 int &getInt (const char *fileName,int num,const char *name) const ;
390390
391- /* ! Returns the value of the boolean option with name \a fileName .
392- * The arguments \a num and \a name are for debugging purposes only.
391+ /* ! Returns the value of the boolean option with name \a name .
392+ * The arguments \a num and \a fileName are for debugging purposes only.
393393 * There is a convenience function Config_getBool() for this.
394394 */
395395 bool &getBool (const char *fileName,int num,const char *name) const ;
0 commit comments