Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-2832

Change examples to include mongoc/mongoc.h and bson/bson.h

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 1.13.1
    • Affects Version/s: None
    • Component/s: docs
    • Labels:

      We want to encourage users to include the single headers with the directory prefix:

      #include <mongoc/mongoc.h>
      #include <bson/bson.h>
      

      But some docs examples still include without the prefix:

      #include <mongoc.h>
      #include <bson.h>
      

            Assignee:
            kevin.albertson@mongodb.com Kevin Albertson
            Reporter:
            kevin.albertson@mongodb.com Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: