Doxygen comment fixes
In particular: > warning: unable to resolve reference to `std::istream' for \ref command
This commit is contained in:
parent
0ee75fb0a9
commit
a16edac8c7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue