Document AuthorName and AuthorUrl properties

This commit is contained in:
Starbeamrainbowlabs 2019-08-05 01:05:34 +01:00
parent 86f983c22c
commit 54ab735562
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 7 additions and 0 deletions

View File

@ -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; }
}