X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fpacket.hh;h=55dd96c7a201989ab1bf7458a47edad34152881a;hp=03c519fc0cb41571283bb4d1af623326be8a05ec;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hpb=85783316365181491a3e3c0c63659972477cebba diff --git a/src/moof/packet.hh b/src/moof/packet.hh index 03c519f..55dd96c 100644 --- a/src/moof/packet.hh +++ b/src/moof/packet.hh @@ -84,7 +84,7 @@ public: * Write some bytes to the packet. * \param bytes The bytes. * \param size The number of bytes. - * return The number of bytes actually written. + * \return The number of bytes actually written. */ size_t write(const void* bytes, size_t size); @@ -140,7 +140,7 @@ public: /** * Get a pointer to an internal structure holding the serialized bytes * of the packet. - * return The pointer. + * \return The pointer. */ const char* bytes() const {