updated specctra.pdf http link
This commit is contained in:
parent
3d9cbb54d5
commit
12b94cc1d3
|
@ -26,7 +26,7 @@
|
||||||
/* This source is a complement to specctra.cpp and implements the export to
|
/* This source is a complement to specctra.cpp and implements the export to
|
||||||
specctra dsn file format. The specification for the grammar of the specctra
|
specctra dsn file format. The specification for the grammar of the specctra
|
||||||
dsn file used to develop this code is given here:
|
dsn file used to develop this code is given here:
|
||||||
http://www.autotraxeda.com/docs/SPECCTRA/SPECCTRA.pdf
|
http://tech.groups.yahoo.com/group/kicad-users/files/ then file "specctra.pdf"
|
||||||
|
|
||||||
Also see the comments at the top of the specctra.cpp file itself.
|
Also see the comments at the top of the specctra.cpp file itself.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -27,8 +27,7 @@
|
||||||
a specctra session file (*.ses), and import of a specctra design file
|
a specctra session file (*.ses), and import of a specctra design file
|
||||||
(*.dsn) file. The specification for the grammar of the specctra dsn file
|
(*.dsn) file. The specification for the grammar of the specctra dsn file
|
||||||
used to develop this code is given here:
|
used to develop this code is given here:
|
||||||
http://www.autotraxeda.com/docs/SPECCTRA/SPECCTRA.pdf
|
http://tech.groups.yahoo.com/group/kicad-users/files/ then file "specctra.pdf"
|
||||||
|
|
||||||
Also see the comments at the top of the specctra.cpp file itself.
|
Also see the comments at the top of the specctra.cpp file itself.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue