Skip to content

Commit 7dc82a9

Browse files
Add 'reverse_fields' TOML config item to documentation. (#62)
Co-authored-by: David Antliff <david.antliff@sqc.com.au>
1 parent 658721f commit 7dc82a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ user_template_dir = "path/to/dir/"
3939
user_static_dir = "path/to/dir/"
4040
extra_doc_properties = ["list", "of", "properties"]
4141
generate_source_links = false
42+
reverse_fields = false
4243
```
4344

4445

45-
4646
## Reference
4747

4848
### `HTMLExporter(**kwargs)`
@@ -63,8 +63,8 @@ Constructor for the HTML exporter class
6363
* Additional context variables to load into the template namespace.
6464
* `show_signals`
6565
* Show signal components. Default is False
66-
* `reverse-fields`
67-
* Show fields in reverse order (LSB to MSB). Default is False
66+
* `reverse_fields`
67+
* Show fields in reverse order (LSB to MSB). Default is False (MSB to LSB).
6868
* `extra_doc_properties`
6969
* List of properties to explicitly document.
7070

0 commit comments

Comments
 (0)