Fixed documentation (XML parser error) of RBA::TextGenerator.

This commit is contained in:
Matthias Koefferlein 2018-07-06 00:58:26 +02:00
parent 2b64c4bf82
commit 3acb7b6920
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ Class<db::TextGenerator> decl_TextGenerator ("TextGenerator",
"gen = RBA::Generator::new\n"
"gen.load_from_file(\"myfont.gds\")\n"
"region = gen.text(\"A TEXT\", 0.001)\n"
"@endcode\n"
"@/code\n"
"\n"
"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"