Description
Right now, JSDoc is parsing our JS incorrectly (see, for example, http://api.mongodb.org/js/1.8.2/symbols/_global_.html: DBCollection and the other classes should be parsed as classes). We can add tags to the JS source (e.g., @class or something) to hint it how to parse the JS.