Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
ade6ec32
Commit
ade6ec32
authored
Jan 03, 2013
by
Wayne Stambaugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doxygen warning fixes.
parent
7dbcbf6d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
fp_lib_table.h
include/fp_lib_table.h
+2
-2
dialog_netlist.cpp
pcbnew/dialogs/dialog_netlist.cpp
+1
-1
dialog_netlist.h
pcbnew/dialogs/dialog_netlist.h
+1
-1
gpcb_plugin.cpp
pcbnew/gpcb_plugin.cpp
+1
-1
No files found.
include/fp_lib_table.h
View file @
ade6ec32
...
@@ -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
);
...
...
pcbnew/dialogs/dialog_netlist.cpp
View file @
ade6ec32
/**
/**
* @file dialog_netlist.cpp
* @file
pcbnew/dialogs/
dialog_netlist.cpp
*/
*/
/*
/*
...
...
pcbnew/dialogs/dialog_netlist.h
View file @
ade6ec32
/**
/**
* @file dialog_netlist.h
* @file
pcbnew/dialogs/
dialog_netlist.h
*/
*/
/*
/*
...
...
pcbnew/gpcb_plugin.cpp
View file @
ade6ec32
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment