diff options
author | Mark Goldsmith <mark.goldsmith@rtspecialty.com> | 2018-09-24 10:46:40 -0400 |
---|---|---|
committer | Mark Goldsmith <mark.goldsmith@rtspecialty.com> | 2018-09-24 10:46:40 -0400 |
commit | aeffcb010d57af3adf979861baf4b6bb12f3ab7a (patch) | |
tree | 95775bbdde34f1a75d17fb24ef5dfbdf905bf14a | |
parent | 6dfa860e25f59e48bb8977f4e999bdc9b7c7c590 (diff) | |
download | tame-aeffcb010d57af3adf979861baf4b6bb12f3ab7a.tar.gz tame-aeffcb010d57af3adf979861baf4b6bb12f3ab7a.tar.bz2 tame-aeffcb010d57af3adf979861baf4b6bb12f3ab7a.zip |
insurance (_premium_): Make @generates@ optionalv3.0.1
-rw-r--r-- | core/insurance.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/core/insurance.xml b/core/insurance.xml index 8cd19e9..23c8481 100644 --- a/core/insurance.xml +++ b/core/insurance.xml @@ -51,8 +51,6 @@ desc="A premium dollar amount"> <param name="@values@" desc="Body" /> <param name="@class@" desc="Predicate" /> - <param name="@generates@" desc="Generator name" /> - <param name="@index@" desc="Generator index" /> <param name="@no@" desc="Negated predicate"> <text></text> @@ -69,6 +67,14 @@ <text></text> </param> + <param name="@generates@" desc="Generates (optional)"> + <text></text> + </param> + + <param name="@index@" desc="Index (optional)"> + <text></text> + </param> + <!-- at least one of generates or yields is required --> <if name="@yields@" eq=""> <if name="@generates@" eq=""> |