doc updates (xschem command reference)
This commit is contained in:
parent
2e61f26be8
commit
601a128e37
File diff suppressed because it is too large
Load Diff
|
|
@ -1216,7 +1216,7 @@ int xschem(ClientData clientdata, Tcl_Interp *interp, int argc, const char * arg
|
|||
|
||||
/* get_tok str tok [with_quotes]
|
||||
* get value of token 'tok' in string 'str'
|
||||
* 'with_quotes' (default:0) is an integer passed to get_tok_value() */
|
||||
* 'with_quotes' (default:0) is an integer passed to get_tok_value() */
|
||||
else if(!strcmp(argv[1], "get_tok") )
|
||||
{
|
||||
char *s=NULL;
|
||||
|
|
@ -2042,7 +2042,7 @@ int xschem(ClientData clientdata, Tcl_Interp *interp, int argc, const char * arg
|
|||
}
|
||||
|
||||
/* netlist
|
||||
* do a netlist of current schematic in currently defined netlist format */
|
||||
* do a netlist of current schematic in currently defined netlist format */
|
||||
else if(!strcmp(argv[1], "netlist") )
|
||||
{
|
||||
yyparse_error = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue