Doxygen warning fixes.
This commit is contained in:
parent
7dbcbf6d15
commit
ade6ec3256
|
@ -357,7 +357,7 @@ public:
|
|||
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
const ROW* FindRow( const wxString& aNickName ) throw( IO_ERROR );
|
||||
|
@ -367,7 +367,7 @@ protected:
|
|||
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
const ROW* findRow( const wxString& aNickName );
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @file dialog_netlist.cpp
|
||||
* @file pcbnew/dialogs/dialog_netlist.cpp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @file dialog_netlist.h
|
||||
* @file pcbnew/dialogs/dialog_netlist.h
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -184,7 +184,7 @@ class GPCB_FPL_CACHE
|
|||
* other are parameters (number or delimited string)
|
||||
* 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.
|
||||
*/
|
||||
void parseParameters( wxArrayString& aParameterList, LINE_READER* aLineReader );
|
||||
|
|
Loading…
Reference in New Issue