|
FAUST compiler
0.9.9.6b8
|
#include <stdlib.h>#include "topSchema.h"#include <iostream>#include <assert.h>#include <cstdlib>
Go to the source code of this file.
Functions | |
| schema * | makeTopSchema (schema *s, double margin, const string &text, const string &link) |
| Creates a new top schema. | |
Creates a new top schema.
Definition at line 33 of file topSchema.cpp.
References makeDecorateSchema().
Referenced by writeSchemaFile().
{
return new topSchema (makeDecorateSchema(s, margin/2, text), margin/2, "", link);
}


1.7.5.1