Remove obsolete documentation bit
This commit is contained in:
parent
4ad4722160
commit
eabe55b407
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue