mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
parameters neatified
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
498b6de3a7
commit
9d6de2f873
1211
Parameters.md
1211
Parameters.md
File diff suppressed because it is too large
Load diff
|
@ -169,7 +169,7 @@ struct param_descrs::imp {
|
||||||
std::sort(names.begin(), names.end(), symlt());
|
std::sort(names.begin(), names.end(), symlt());
|
||||||
if (markdown) {
|
if (markdown) {
|
||||||
out << " Parameter | Type | Description | Default\n";
|
out << " Parameter | Type | Description | Default\n";
|
||||||
out << " ----------------------------------------\n";
|
out << " ----------|------|-------------|--------\n";
|
||||||
}
|
}
|
||||||
for (symbol const& name : names) {
|
for (symbol const& name : names) {
|
||||||
for (unsigned i = 0; i < indent; i++) out << " ";
|
for (unsigned i = 0; i < indent; i++) out << " ";
|
||||||
|
|
Loading…
Reference in a new issue