esvapi: add empty line

This commit is contained in:
Jeremy Baxter 2024-06-20 18:30:17 +12:00
parent 08187f8ef7
commit cdabb25f74

View file

@ -153,6 +153,7 @@ bookValid(in char[] book) nothrow
}
return false;
}
/++
+ Returns true if the argument verse is a valid verse format.
+ Otherwise, returns false.