|
FAUST compiler
0.9.9.6b8
|

Go to the source code of this file.
Functions | |
| schema * | makeDecorateSchema (schema *s, double margin, const string &text) |
| Creates a new decorated schema. | |
Creates a new decorated schema.
Definition at line 31 of file decorateSchema.cpp.
Referenced by generateDiagramSchema(), generateInsideSchema(), and makeTopSchema().
{
return new decorateSchema (s, margin, text);
}

1.7.5.1