Add link to the BSON spec.

This commit is contained in:
px4dev 2012-08-22 01:08:43 -07:00
parent 1bea49869b
commit 1eccfb7ccb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
/**
* @file tinybson.h
*
* A simple subset SAX-style BSON parser and generator.
* A simple subset SAX-style BSON parser and generator. See http://bsonspec.org
*
* Some types and defines taken from the standalone BSON parser/generator
* in the Mongo C connector.