Revert "Cleanup versioning strategy (#989)" (#996)

This reverts commit 12325b814f.
This commit is contained in:
Jordan Bayles
2019-07-31 11:26:48 -07:00
committed by GitHub
parent 12325b814f
commit 0d27381acf
9 changed files with 75 additions and 74 deletions

View File

@@ -378,7 +378,7 @@ bool JSON_API parseFromStream(CharReader::Factory const&,
/** \brief Read from 'sin' into 'root'.
*
* Always keep comments from the input JSON.
*
*
* This can be used to read a file into a particular sub-object.
* For example:
* \code