diff options
Diffstat (limited to 'cpp/src/msgpack.h')
| -rw-r--r-- | cpp/src/msgpack.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/msgpack.h b/cpp/src/msgpack.h index 21729f4..0cd8a19 100644 --- a/cpp/src/msgpack.h +++ b/cpp/src/msgpack.h @@ -15,6 +15,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +/** + * @defgroup msgpack MessagePack C + * @{ + * @} + */ #include "msgpack/object.h" #include "msgpack/zone.h" #include "msgpack/pack.h" |
