winlin

refine comments for kafka messages.

@@ -112,6 +112,7 @@ public: @@ -112,6 +112,7 @@ public:
112 * Usage: 112 * Usage:
113 * SrsKafkaArray<SrsKafkaBytes*> body; 113 * SrsKafkaArray<SrsKafkaBytes*> body;
114 * body.append(new SrsKafkaBytes()); 114 * body.append(new SrsKafkaBytes());
  115 + * @remark the typename T must be a ISrsCodec*
115 * 116 *
116 * @see https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-Requests 117 * @see https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-Requests
117 */ 118 */