Doxygen comment fixes

In particular:

> warning: unable to resolve reference to `std::istream' for \ref command
This commit is contained in:
Ignacio R. Morelle 2013-08-18 11:46:09 -04:00
parent 0ee75fb0a9
commit a16edac8c7

View file

@ -439,7 +439,7 @@ class preprocessor_data: preprocessor
};
/**
* Manages the lifetime of the @ref std::istream pointer we own.
* Manages the lifetime of the @c std::istream pointer we own.
*
* Since @ref in_ uses the stream as well this object must be created
* before @ref in_ and destroyed after @ref in_ is destroyed.