mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
Meta: Clarify what IDL files need adding to idl_files.cmake
This commit is contained in:
parent
5f9ed343b3
commit
49f65291dc
Notes:
github-actions[bot]
2025-02-10 16:08:20 +00:00
Author: https://github.com/Psychpsyo
Commit: 49f65291dc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3520
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue