macros: Merge generate_element_with_children!() into generate_element!().
This commit is contained in:
parent
9c598fbdf9
commit
3fb99988d5
13 changed files with 28 additions and 31 deletions
|
|
@ -66,7 +66,7 @@ generate_attribute!(Disposition, "disposition", {
|
|||
|
||||
generate_id!(ContentId);
|
||||
|
||||
generate_element_with_children!(
|
||||
generate_element!(
|
||||
Content, "content", JINGLE,
|
||||
attributes: [
|
||||
creator: Creator = "creator" => required,
|
||||
|
|
|
|||
Loading…
Reference in a new issue