mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +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());
|
||||
if (markdown) {
|
||||
out << " Parameter | Type | Description | Default\n";
|
||||
out << " ----------------------------------------\n";
|
||||
out << " ----------|------|-------------|--------\n";
|
||||
}
|
||||
for (symbol const& name : names) {
|
||||
for (unsigned i = 0; i < indent; i++) out << " ";
|
||||
|
|
Loading…
Reference in a new issue