mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 06:09:51 +00:00
LibIDL: Attach extended attributes on enums
This commit is contained in:
parent
ea2b733862
commit
19bf42a7e6
Notes:
sideshowbarker
2024-07-17 11:29:41 +09:00
Author: https://github.com/stelar7
Commit: 19bf42a7e6
Pull-request: https://github.com/SerenityOS/serenity/pull/21789
Issue: https://github.com/SerenityOS/serenity/issues/21778
3 changed files with 5 additions and 3 deletions
|
@ -42,7 +42,7 @@ private:
|
|||
void parse_interface(Interface&);
|
||||
void parse_namespace(Interface&);
|
||||
void parse_non_interface_entities(bool allow_interface, Interface&);
|
||||
void parse_enumeration(Interface&);
|
||||
void parse_enumeration(HashMap<DeprecatedString, DeprecatedString>, Interface&);
|
||||
void parse_typedef(Interface&);
|
||||
void parse_interface_mixin(Interface&);
|
||||
void parse_dictionary(Interface&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue