mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
New macro LIST_OF for better Doxygen support.
This commit is contained in:
committed by
Kalle Olavi Niemitalo
parent
2433150058
commit
d3d2bb26c5
@@ -39,7 +39,7 @@ struct ecmascript_interpreter {
|
||||
* any new snippets in document.onload_snippets). Instead, as we
|
||||
* go through the list we maintain a pointer to the last processed
|
||||
* entry. */
|
||||
struct list_head onload_snippets; /* -> struct string_list_item */
|
||||
LIST_OF(struct string_list_item) onload_snippets;
|
||||
struct string_list_item *current_onload_snippet;
|
||||
|
||||
/* ID of the {struct document} where those onload_snippets belong to.
|
||||
|
||||
Reference in New Issue
Block a user