Opened on Mar 6, 2020 at 3:27:25 PM
Last modified on Apr 1, 2020 at 7:03:28 AM
#3901 closed task
New template for configuration options with a value — at Initial Version
Reported by: | Sebastian Huber | Owned by: | Sebastian Huber |
---|---|---|---|
Priority: | normal | Milestone: | 5.1 |
Component: | doc | Version: | 5 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Change the documentation template for configuration options with a value to:
.. _CONFIGURE_XYZ: CONFIGURE_XYZ ------------- CONSTANT: ``CONFIGURE_XYZ`` OPTION TYPE: This configuration option is an integer define. VALUE RANGE: The specified value must be greater than or equal to X and less than or equal to Y. DEFAULT VALUE: The default value is Z. DESCRIPTION: This configuration option defines the ABC. NOTES: Notes for XYZ.
Use OPTION TYPE
instead of DATA TYPE
since we have to characterize the option an not just the value of an option. This is in line with #3900.
Use VALUE RANGE
instead of RANGE
to be more specific.
Note: See
TracTickets for help on using
tickets.