From 68315d6407f55ff98b3b3bf89dc725d2ccad8019 Mon Sep 17 00:00:00 2001 From: Tetsuo Kiso Date: Sat, 12 Nov 2011 08:58:23 +0900 Subject: Fix class, function, and implementation comments format. Functions comments should be placed in their declarations. --- mert/ScoreArray.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mert/ScoreArray.h') diff --git a/mert/ScoreArray.h b/mert/ScoreArray.h index efd782aca..c12c39aef 100644 --- a/mert/ScoreArray.h +++ b/mert/ScoreArray.h @@ -32,8 +32,9 @@ protected: size_t number_of_scores; private: - std::string idx; // idx to identify the utterance, it can differ from the index inside the vector - + // idx to identify the utterance. + // It can differ from the index inside the vector. + std::string idx; public: ScoreArray(); -- cgit v1.2.3