Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | define_property(): Change constraints of INITIALIZE_FROM_VARIABLE | Kyle Edwards | 2022-03-23 | 11 | -23/+23 |
| | | | | | | | Remove the requirement that the variable name have a prefix while keeping the suffix requirement. Require that the property name contains an underscore. Update docs and tests accordingly. Fixes: #23340 | ||||
* | define_property(): Add INITIALIZE_FROM_VARIABLE argument | Kyle Edwards | 2022-01-20 | 19 | -0/+93 |
| | | | | Fixes: #20698 | ||||
* | define_property(): Make BRIEF_DOCS and FULL_DOCS optional | Kyle Edwards | 2022-01-18 | 3 | -0/+32 |
Issue: #20698 |