diff --git a/include/fp_lib_table.h b/include/fp_lib_table.h index e0fd26196e..ee4f9fb82d 100644 --- a/include/fp_lib_table.h +++ b/include/fp_lib_table.h @@ -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 ); diff --git a/pcbnew/dialogs/dialog_netlist.cpp b/pcbnew/dialogs/dialog_netlist.cpp index 292ff6eb90..390af84542 100644 --- a/pcbnew/dialogs/dialog_netlist.cpp +++ b/pcbnew/dialogs/dialog_netlist.cpp @@ -1,5 +1,5 @@ /** - * @file dialog_netlist.cpp + * @file pcbnew/dialogs/dialog_netlist.cpp */ /* diff --git a/pcbnew/dialogs/dialog_netlist.h b/pcbnew/dialogs/dialog_netlist.h index d022bbe8b1..4787d49e72 100644 --- a/pcbnew/dialogs/dialog_netlist.h +++ b/pcbnew/dialogs/dialog_netlist.h @@ -1,5 +1,5 @@ /** - * @file dialog_netlist.h + * @file pcbnew/dialogs/dialog_netlist.h */ /* diff --git a/pcbnew/gpcb_plugin.cpp b/pcbnew/gpcb_plugin.cpp index 0edd498b1c..ea3596c09f 100644 --- a/pcbnew/gpcb_plugin.cpp +++ b/pcbnew/gpcb_plugin.cpp @@ -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 );