We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658721f commit 7dc82a9Copy full SHA for 7dc82a9
1 file changed
README.md
@@ -39,10 +39,10 @@ user_template_dir = "path/to/dir/"
39
user_static_dir = "path/to/dir/"
40
extra_doc_properties = ["list", "of", "properties"]
41
generate_source_links = false
42
+reverse_fields = false
43
```
44
45
-
46
## Reference
47
48
### `HTMLExporter(**kwargs)`
@@ -63,8 +63,8 @@ Constructor for the HTML exporter class
63
* Additional context variables to load into the template namespace.
64
* `show_signals`
65
* Show signal components. Default is False
66
-* `reverse-fields`
67
- * Show fields in reverse order (LSB to MSB). Default is False
+* `reverse_fields`
+ * Show fields in reverse order (LSB to MSB). Default is False (MSB to LSB).
68
* `extra_doc_properties`
69
* List of properties to explicitly document.
70
0 commit comments