diff --git a/include/gbwtgraph/minimizer.h b/include/gbwtgraph/minimizer.h index 3b00e6c..044f2dd 100644 --- a/include/gbwtgraph/minimizer.h +++ b/include/gbwtgraph/minimizer.h @@ -124,7 +124,7 @@ struct Key64 } } - // For testing. + /// Decode the key back to a string, given the kmer size used. std::string decode(size_t k) const; // Required numeric constants. @@ -232,7 +232,7 @@ struct Key128 } } - // For testing. + /// Decode the key back to a string, given the kmer size used. std::string decode(size_t k) const; // Required numeric constants.