Members -> Attribute und Methoden

This commit is contained in:
2018-12-10 18:43:54 +01:00
parent a2b22c4890
commit fba5e17229

View File

@@ -1865,7 +1865,7 @@ public class TeXDoclet extends Doclet {
// do not user true type and do not print full name here // do not user true type and do not print full name here
// because this produces an ugly view in the Contents section // because this produces an ugly view in the Contents section
// os.print("Members inherited from class "+TRUETYPE+"" // os.print("Members inherited from class "+TRUETYPE+""
os.print("Members geerbt von Klasse " os.print("Attribute und Methoden geerbt von Klasse "
+ HTMLtoLaTeXBackEnd.fixText(par.name()) + " "); + HTMLtoLaTeXBackEnd.fixText(par.name()) + " ");
os.println("}{"); os.println("}{");