Skip to content

Commit

Permalink
Remove obsolete documentation bit
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Feb 21, 2016
1 parent 4ad4722 commit eabe55b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/make_enum.hpp
Expand Up @@ -58,9 +58,7 @@
* // by the enumeration.
* std::ostream& operator<<(std::ostream&, enumname);
*
* // If the stream input is not recognized, it sets the stream state to
* // failing; additionally, iff game_config::debug == true, it throws
* // twml_exception (FIXME: that's not what the code says -- shadowm).
* // Never throws. Sets the stream's fail bit if the input is not recognized.
* std::istream& operator>>(std::istream&, enumname&);
* @endcode
*
Expand Down

0 comments on commit eabe55b

Please sign in to comment.