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
3d73eb68
Commit
3d73eb68
authored
Mar 04, 2008
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Beautification, Doxyfile edits
parent
0dc3be88
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
804 additions
and
1769 deletions
+804
-1769
Doxyfile
Doxyfile
+24
-1047
basicframe.cpp
common/basicframe.cpp
+187
-171
worksheet.cpp
common/worksheet.cpp
+305
-282
globaleditpad.cpp
pcbnew/globaleditpad.cpp
+287
-267
ioascii.cpp
pcbnew/ioascii.cpp
+1
-2
No files found.
Doxyfile
View file @
3d73eb68
This diff is collapsed.
Click to expand it.
common/basicframe.cpp
View file @
3d73eb68
This diff is collapsed.
Click to expand it.
common/worksheet.cpp
View file @
3d73eb68
This diff is collapsed.
Click to expand it.
pcbnew/globaleditpad.cpp
View file @
3d73eb68
This diff is collapsed.
Click to expand it.
pcbnew/ioascii.cpp
View file @
3d73eb68
...
...
@@ -309,7 +309,7 @@ int WinEDA_BasePcbFrame::ReadSetup( FILE* File, int* LineNum )
if
(
strncmp
(
Line
,
"Layer["
,
LAYERKEYZ
)
==
0
)
{
// parse:
// Layer[n]
"a Layer name"
<LAYER_T>
// Layer[n]
<a_Layer_name_with_no_spaces>
<LAYER_T>
char
*
cp
=
Line
+
LAYERKEYZ
;
int
layer
=
atoi
(
cp
);
...
...
@@ -320,7 +320,6 @@ int WinEDA_BasePcbFrame::ReadSetup( FILE* File, int* LineNum )
m_Pcb
->
SetLayerName
(
layer
,
layerName
);
data
=
strtok
(
NULL
,
" "
);
if
(
data
)
{
LAYER_T
type
=
LAYER
::
ParseType
(
data
);
...
...
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