mirror of https://github.com/KLayout/klayout.git
Fixed #338 (broken doc)
This commit is contained in:
parent
799246b862
commit
b9886e472a
|
|
@ -825,7 +825,7 @@ method_arguments (const gsi::MethodBase *method, const gsi::ClassBase *cls_obj,
|
||||||
if (a->spec ()->has_default ()) {
|
if (a->spec ()->has_default ()) {
|
||||||
r += " = ";
|
r += " = ";
|
||||||
if (! a->spec ()->init_doc ().empty ()) {
|
if (! a->spec ()->init_doc ().empty ()) {
|
||||||
r += replace_references (a->spec ()->init_doc (), cls_obj);
|
r += replace_references (escape_xml (a->spec ()->init_doc ()), cls_obj);
|
||||||
} else {
|
} else {
|
||||||
r += escape_xml (a->spec ()->default_value ().to_string ());
|
r += escape_xml (a->spec ()->default_value ().to_string ());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue