mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-14 05:13:00 +00:00
Document AuthorName and AuthorUrl properties
This commit is contained in:
parent
86f983c22c
commit
54ab735562
1 changed files with 7 additions and 0 deletions
|
@ -96,7 +96,14 @@ namespace PolyFeed
|
|||
/// </summary>
|
||||
public SelectorSettings LastUpdated { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The selector for the name of the author of an entry.
|
||||
/// </summary>
|
||||
public SelectorSettings AuthorName { get; set; }
|
||||
/// <summary>
|
||||
/// The selector for the url that points to a page that represents
|
||||
/// the author of an entry.
|
||||
/// </summary>
|
||||
public SelectorSettings AuthorUrl { get; set; }
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue