mirror of https://github.com/KLayout/klayout.git
[consider merging] Fixed documentation
This commit is contained in:
parent
52a96a618c
commit
f8daa76b1a
|
|
@ -654,9 +654,9 @@ GenericReaderOptions::add_options (tl::CommandLineOptions &cmd)
|
||||||
"\n"
|
"\n"
|
||||||
"The following values are accepted for this option:\n"
|
"The following values are accepted for this option:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"* 0: produce LEF geometry unless a FOREIGN cell is specified (the default)\n"
|
"* 0: produce LEF geometry unless a FOREIGN cell is specified\n"
|
||||||
"* 1: produce LEF geometry always and ignore FOREIGN\n"
|
"* 1: produce LEF geometry always and ignore FOREIGN\n"
|
||||||
"* 2: Never produce LEF geometry and assume FOREIGN always\n"
|
"* 2: Never produce LEF geometry and assume FOREIGN always (the default)\n"
|
||||||
"\n"
|
"\n"
|
||||||
"In case of FOREIGN macros in mode 0 or always in mode 2, the '--" + m_long_prefix + "lefdef-lef-layouts' option is available to specify "
|
"In case of FOREIGN macros in mode 0 or always in mode 2, the '--" + m_long_prefix + "lefdef-lef-layouts' option is available to specify "
|
||||||
"external layout files for providing the LEF macro layouts.\n"
|
"external layout files for providing the LEF macro layouts.\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue