Selaa lähdekoodia

Minor fixes of doxygen description

Alexey Edelev 5 vuotta sitten
vanhempi
commit
5427b51452
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/protobuf/qprotobufobject_p.h

+ 2 - 2
src/protobuf/qprotobufobject_p.h

@@ -741,7 +741,7 @@ public:
 //                             Common functions
 //###########################################################################
 
-/*! @brief Encode a property field index and its type into a header byte
+/*! @brief Encode a property field index and its type into output bytes
  *
  * @details
  * Header byte
@@ -759,7 +759,7 @@ inline QByteArray ProtobufObjectPrivate::encodeHeader(int fieldIndex, WireTypes
     return serializeBasic(header, fieldIndex);
 }
 
-/*! @brief Decode a property field index and its serialization type from the header byte
+/*! @brief Decode a property field index and its serialization type from input bytes
  *
  * @param[in] Iterator that points to header with encoded field index and serialization type
  * @param[out] fieldIndex Decoded index of a property in parent object