Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-12 03:58:23 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2011-11-12 03:58:23 +0400
commit68315d6407f55ff98b3b3bf89dc725d2ccad8019 (patch)
tree6d4e95512f522e857d39e8f796dcf4dbfee003d8 /mert/ScoreArray.h
parent4f6d022fe7fa6c8e3279de2221a24f11afd8f8ba (diff)
Fix class, function, and implementation comments format.
Functions comments should be placed in their declarations.
Diffstat (limited to 'mert/ScoreArray.h')
-rw-r--r--mert/ScoreArray.h5
1 files changed, 3 insertions, 2 deletions
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();