[doc, fix] Some documentation issues (#5066)

Fixes #5065.
This commit is contained in:
Frans de Jonge
2019-06-09 15:50:22 +02:00
committed by GitHub
parent 2f335e2e6e
commit 5df31f2dbf
2 changed files with 25 additions and 25 deletions

View File

@@ -42,7 +42,7 @@ end
--- Returns current version of KOReader.
-- @treturn int version in the form of a 10 digit number such as `2015110982`
-- @treturn string short git commit version hash such as `704d4238`
-- @see normalized_version
-- @see getNormalizedVersion
function Version:getNormalizedCurrentVersion()
if not self.version or not self.commit then
self.version, self.commit = self:getNormalizedVersion(self:getCurrentRevision())