mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Meta: Clarify what IDL files need adding to idl_files.cmake
This commit is contained in:
parent
5f9ed343b3
commit
49f65291dc
|
|
@ -23,7 +23,7 @@ interface CSSRule {
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Add a `libweb_js_bindings(HTML/HTMLDetailsElement)` call to [`LibWeb/idl_files.cmake`](../Libraries/LibWeb/idl_files.cmake)
|
3. Add a `libweb_js_bindings(HTML/HTMLDetailsElement)` call to [`LibWeb/idl_files.cmake`](../Libraries/LibWeb/idl_files.cmake) (only for top-level interfaces)
|
||||||
|
|
||||||
4. Forward declare the generated class in [`LibWeb/Forward.h`](../Libraries/LibWeb/Forward.h):
|
4. Forward declare the generated class in [`LibWeb/Forward.h`](../Libraries/LibWeb/Forward.h):
|
||||||
- `HTMLDetailsElement` in its namespace.
|
- `HTMLDetailsElement` in its namespace.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user