Doxygen warning fixes.

This commit is contained in:
Wayne Stambaugh 2013-01-03 15:21:40 -05:00
parent 7dbcbf6d15
commit ade6ec3256
4 changed files with 5 additions and 5 deletions

View File

@ -357,7 +357,7 @@ public:
/** /**
* Function FindRow * Function FindRow
* returns a #ROW if aNickName is found in this table or in any chained * returns a ROW if aNickName is found in this table or in any chained
* fallBack table fragment, else NULL. * fallBack table fragment, else NULL.
*/ */
const ROW* FindRow( const wxString& aNickName ) throw( IO_ERROR ); const ROW* FindRow( const wxString& aNickName ) throw( IO_ERROR );
@ -367,7 +367,7 @@ protected:
/** /**
* Function findRow * Function findRow
* returns a #ROW if aNickName is found in this table or in any chained * returns a ROW if aNickName is found in this table or in any chained
* fallBack table fragment, else NULL. * fallBack table fragment, else NULL.
*/ */
const ROW* findRow( const wxString& aNickName ); const ROW* findRow( const wxString& aNickName );

View File

@ -1,5 +1,5 @@
/** /**
* @file dialog_netlist.cpp * @file pcbnew/dialogs/dialog_netlist.cpp
*/ */
/* /*

View File

@ -1,5 +1,5 @@
/** /**
* @file dialog_netlist.h * @file pcbnew/dialogs/dialog_netlist.h
*/ */
/* /*

View File

@ -184,7 +184,7 @@ class GPCB_FPL_CACHE
* other are parameters (number or delimited string) * other are parameters (number or delimited string)
* last parameter is ) or ] * last parameter is ) or ]
* *
* @param aParameterList. This list of parameters parsed. * @param aParameterList This list of parameters parsed.
* @param aLineReader The line reader object to parse. * @param aLineReader The line reader object to parse.
*/ */
void parseParameters( wxArrayString& aParameterList, LINE_READER* aLineReader ); void parseParameters( wxArrayString& aParameterList, LINE_READER* aLineReader );