mirror of https://github.com/KLayout/klayout.git
Fixed documentation (XML parser error) of RBA::TextGenerator.
This commit is contained in:
parent
2b64c4bf82
commit
3acb7b6920
|
|
@ -178,7 +178,7 @@ Class<db::TextGenerator> decl_TextGenerator ("TextGenerator",
|
||||||
"gen = RBA::Generator::new\n"
|
"gen = RBA::Generator::new\n"
|
||||||
"gen.load_from_file(\"myfont.gds\")\n"
|
"gen.load_from_file(\"myfont.gds\")\n"
|
||||||
"region = gen.text(\"A TEXT\", 0.001)\n"
|
"region = gen.text(\"A TEXT\", 0.001)\n"
|
||||||
"@endcode\n"
|
"@/code\n"
|
||||||
"\n"
|
"\n"
|
||||||
"This code produces a RBA::Region with a database unit of 0.001 micron. This region can be fed "
|
"This code produces a RBA::Region with a database unit of 0.001 micron. This region can be fed "
|
||||||
"into a \\Shapes container to place it into a cell for example.\n"
|
"into a \\Shapes container to place it into a cell for example.\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue