Updated a few comments.

Renamed generator to follow *_FEED_GENERATOR naming.
Renamed feed entry as feed item.
Made FEED conforms to ITERABLE [FEED_ITEM] for convenience.
This commit is contained in:
2015-09-16 10:02:09 +02:00
parent a5e150d1c0
commit e2c70e6d70
13 changed files with 67 additions and 39 deletions

View File

@@ -1,5 +1,8 @@
note
description: "Object representing author of Feed or feed entry."
description: "[
Author of feed or feed entry.
- name and email information.
]"
date: "$Date$"
revision: "$Revision$"