summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobjbuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/bson/bsonobjbuilder.h')
-rw-r--r--src/mongo/bson/bsonobjbuilder.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/mongo/bson/bsonobjbuilder.h b/src/mongo/bson/bsonobjbuilder.h
index 4958f9aff3c..9be6eab6987 100644
--- a/src/mongo/bson/bsonobjbuilder.h
+++ b/src/mongo/bson/bsonobjbuilder.h
@@ -1,11 +1,3 @@
-/* bsonobjbuilder.h
-
- Classes in this file:
- BSONObjBuilder
- BSONArrayBuilder
-*/
-
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
@@ -37,6 +29,12 @@
#pragma once
+/**
+ * Classes in this file:
+ * BSONObjBuilder
+ * BSONArrayBuilder
+ */
+
#include <cmath>
#include <cstdint>
#include <limits>