Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #37 from thisIsTheFoxe/update/docs
Browse files Browse the repository at this point in the history
Update Documentation
  • Loading branch information
AntonyCorbett authored Dec 15, 2020
2 parents 70c4dc3 + c00d207 commit 7a8d603
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions JWLMerge.BackupFileServices/Models/DatabaseModels/Bookmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public class Bookmark
public string Snippet { get; set; }

/// <summary>
/// The block type.
/// 0 = Bible chapter?
/// The block type. Compare Locations.cs > BlockType
/// 0 = Publication 'page' (e.g. a song in the song book)
/// 1 = Publication paragraph
/// 2 = Bible verse
/// </summary>
Expand Down
6 changes: 3 additions & 3 deletions JWLMerge.BackupFileServices/Models/DatabaseModels/Location.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Location
public int IssueTagNumber { get; set; }

/// <summary>
/// The JWL publication key symbol.
/// The JWL publication key symbol (nullable).
/// </summary>
public string KeySymbol { get; set; }

Expand All @@ -49,8 +49,8 @@ public class Location
/// The type.
/// 0 = standard location entry
/// 1 = reference to a publication (see Bookmark.PublicationLocationId)
/// 2 = ?
/// 3 = ?
/// 2 = music or song
/// 3 = video
/// </summary>
public int Type { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class UserMark

/// <summary>
/// The index of the marking (highlight) color.
/// yellow = 1, green, blue, pink, orange, purple
/// </summary>
public int ColorIndex { get; set; }

Expand Down

0 comments on commit 7a8d603

Please sign in to comment.