From 3acb7b6920ba9f8c0470edd4839eab96312e2fac Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Fri, 6 Jul 2018 00:58:26 +0200 Subject: [PATCH] Fixed documentation (XML parser error) of RBA::TextGenerator. --- src/db/db/gsiDeclDbGlyphs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/gsiDeclDbGlyphs.cc b/src/db/db/gsiDeclDbGlyphs.cc index 32948d0fe..174f7e482 100644 --- a/src/db/db/gsiDeclDbGlyphs.cc +++ b/src/db/db/gsiDeclDbGlyphs.cc @@ -178,7 +178,7 @@ Class 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"