From bdffd502f78b3ed55d766119d64453d24d235675 Mon Sep 17 00:00:00 2001 From: David Antliff Date: Thu, 15 Jan 2026 10:49:21 +1300 Subject: [PATCH] Add 'reverse_fields' TOML config item to documentation. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1da9760..446d4c9 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ user_template_dir = "path/to/dir/" user_static_dir = "path/to/dir/" extra_doc_properties = ["list", "of", "properties"] generate_source_links = false +reverse_fields = false ``` - ## Reference ### `HTMLExporter(**kwargs)` @@ -63,8 +63,8 @@ Constructor for the HTML exporter class * Additional context variables to load into the template namespace. * `show_signals` * Show signal components. Default is False -* `reverse-fields` - * 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). * `extra_doc_properties` * List of properties to explicitly document.