From 1eccfb7ccb91b98f53e791e41b917cb05b17d7e5 Mon Sep 17 00:00:00 2001 From: px4dev Date: Wed, 22 Aug 2012 01:08:43 -0700 Subject: [PATCH] Add link to the BSON spec. --- apps/systemlib/bson/tinybson.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/systemlib/bson/tinybson.h b/apps/systemlib/bson/tinybson.h index 05bae007b2..6b92e61ef9 100644 --- a/apps/systemlib/bson/tinybson.h +++ b/apps/systemlib/bson/tinybson.h @@ -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.