1
0
Fork 0
mirror of https://github.com/sbrl/PolyFeed.git synced 2024-06-01 06:33:02 +00:00

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

View file

@ -96,7 +96,14 @@ namespace PolyFeed
/// </summary> /// </summary>
public SelectorSettings LastUpdated { get; set; } public SelectorSettings LastUpdated { get; set; }
/// <summary>
/// The selector for the name of the author of an entry.
/// </summary>
public SelectorSettings AuthorName { get; set; } 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; } public SelectorSettings AuthorUrl { get; set; }
} }