Skip to content

Commit

Permalink
Updated Doxygen documentation for util/stream/sort.hh
Browse files Browse the repository at this point in the history
  • Loading branch information
dowobeha committed Apr 24, 2014
1 parent 981aae3 commit d798c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/stream/sort.hh
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,10 @@ class BadSortConfig : public Exception {
~BadSortConfig() throw() {}
};

/** Foo */
template <class Compare, class Combine = NeverCombine> class Sort {
public:
/** Bar */
Sort(Chain &in, const SortConfig &config, const Compare &compare = Compare(), const Combine &combine = Combine())
: config_(config),
data_(MakeTemp(config.temp_prefix)),
Expand Down

0 comments on commit d798c27

Please sign in to comment.