0
0
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:
Kalle Olavi Niemitalo
2007-07-26 19:04:35 +03:00
committed by Kalle Olavi Niemitalo
parent 2433150058
commit d3d2bb26c5
19 changed files with 42 additions and 37 deletions

View File

@@ -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.