1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

rss: document the rss_renderer members

This commit is contained in:
Jonas Fonseca 2007-08-29 12:02:36 +02:00
parent f2db9c07ed
commit 6ebcce0655

View File

@ -29,9 +29,12 @@ enum rss_style {
};
struct rss_renderer {
struct screen_char styles[RSS_STYLES];
/* The current item being processed; can be either a channel or
* item element. */
struct dom_node *item;
/* One style per node type. */
struct screen_char styles[RSS_STYLES];
};