diff options
| author | UENISHI Kota <kuenishi+github@gmail.com> | 2010-06-03 00:14:19 +0900 |
|---|---|---|
| committer | UENISHI Kota <kuenishi+github@gmail.com> | 2010-06-03 00:14:19 +0900 |
| commit | 8ecaf7ad4ce4185e81fae775332282ed551fa886 (patch) | |
| tree | 68b7fb5c875f5620033ac8fa4e046bfdd51f78d0 /cpp/src/msgpack.h | |
| parent | 49f3872d047624b1995b8c60edec8bad35429fd3 (diff) | |
| parent | d4049fe593ae4465e7a258d138c2166571a0f1a7 (diff) | |
| download | msgpack-python-8ecaf7ad4ce4185e81fae775332282ed551fa886.tar.gz | |
Merge branch 'master' of ssh://github.com/msgpack/msgpack
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" |
