]> Dogcows Code - chaz/yoink/blobdiff - src/moof/packet.hh
testing new non-autotools build system
[chaz/yoink] / src / moof / packet.hh
index 03c519fc0cb41571283bb4d1af623326be8a05ec..55dd96c7a201989ab1bf7458a47edad34152881a 100644 (file)
@@ -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
        {
This page took 0.016963 seconds and 4 git commands to generate.