Commit ade6ec32 authored by Wayne Stambaugh's avatar Wayne Stambaugh

Doxygen warning fixes.

parent 7dbcbf6d
...@@ -357,7 +357,7 @@ public: ...@@ -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: ...@@ -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 );
......
/** /**
* @file dialog_netlist.cpp * @file pcbnew/dialogs/dialog_netlist.cpp
*/ */
/* /*
......
/** /**
* @file dialog_netlist.h * @file pcbnew/dialogs/dialog_netlist.h
*/ */
/* /*
......
...@@ -184,7 +184,7 @@ class GPCB_FPL_CACHE ...@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment