make version introduced notes less specific

This commit is contained in:
Peter Thorson
2014-08-09 16:13:19 -05:00
parent 0ca2bae121
commit fe0310b283
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ namespace config {
* <stdint.h> or <boost/cstdint.hpp>
* <netinet/in.h> or <winsock2.h> (for ntohl.. could potentially bundle this)
*
* @since 0.4.0-alpha1
* @since 0.4.0-dev
*/
typedef minimal_server minimal_client;

View File

@@ -91,7 +91,7 @@ namespace config {
* <stdint.h> or <boost/cstdint.hpp>
* <netinet/in.h> or <winsock2.h> (for ntohl.. could potentially bundle this)
*
* @since 0.4.0-alpha1
* @since 0.4.0-dev
*/
struct minimal_server {
typedef minimal_server type;