mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +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: https://github.com/LadybirdBrowser/ladybird/commit/49f65291dc5 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):
|
||||
- `HTMLDetailsElement` in its namespace.
|
||||
|
|
Loading…
Add table
Reference in a new issue