Skip to content

Commit

Permalink
libxulsword 1.4.0 removes dfnlist class, and normalizes footnote supp…
Browse files Browse the repository at this point in the history
…ort for intro, genbook, commentary and glossary footnotes
  • Loading branch information
JohnAustinDev committed Feb 6, 2017
1 parent 33db3f8 commit 6c61ea3
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 123 deletions.
2 changes: 1 addition & 1 deletion Cpp/src/include/xulsword.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class xulsword {
virtual void updateGlobalOptions(bool disableFootCrossRed);
void mapVersifications(VerseKey *vkin, VerseKey *vkout);
char *getBookName(SWBuf *Chapter);
void saveFootnotes(SWModule *module, SWBuf *footnoteText, SWBuf *crossRefText, SWBuf *noteText, bool includeMarkerLinks = false);
void saveFootnotes(SWModule *module, bool includeNumberedMarkers = false);
void getTreeContents(TreeKey *key, SWBuf *retval);


Expand Down
Loading

0 comments on commit 6c61ea3

Please sign in to comment.