// Smart text snippet for getters."doxdocgen.c.getterText":"Get the {name} object",// The last line of the comment that gets generated. If empty it won't get generated at all."doxdocgen.c.lastLine":" */",// Smar
//Smart text snippet for getters."doxdocgen.c.getterText":"Get the {name} object",//The last line of the comment that gets generated. If empty it won't get generated at all."doxdocgen.c.lastLine":"*/",//Smart text snippet for setters."doxdocgen.c.setterText":"Set the {name} ...
{privateStringname;privateint[]results;privatebooleanfinished;privatechar[][]multidimensional;publicStringgetName() {returnname; }publicvoidsetName(Stringname) {this.name=name; }publicint[]getResults() {returnresults; }publicvoidsetResults(int[]results) {this.results=results; }// setters are not...
"doxdocgen.c.getterText": "Get the {name} object", // The last line of the comment that gets generated. If empty it won't get generated at all. "doxdocgen.c.lastLine": " */", // Smart text snippet for setters. "doxdocgen.c.setterText": "Set the {name} object", // Doxyge...