Package com.io7m.minisite.core.internal
Class MinXHTMLChangelogs
java.lang.Object
com.io7m.minisite.core.internal.MinXHTMLChangelogs
Terse functions to serialize changelogs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Elementchangelog(Document document, MinChangesConfiguration changesConfig) Serialize the changelog.
-
Method Details
-
changelog
Serialize the changelog.- Parameters:
document- The owning documentchangesConfig- The configuration- Returns:
- The changelog element
-