/**
* Constructs the IndexSet from a text based representation given by the
- * stream @param in written by the write() function.
+ * stream @p in written by the write() function.
*/
void read(std::istream &in);
/**
* Constructs the IndexSet from a binary representation given by the stream
- * @param in written by the write_block() function.
+ * @p in written by the write_block() function.
*/
void block_read(std::istream &in);
* yourself, you should also rename this function to avoid programs relying
* on outdated information!
*
- * @internal @deprecated Use iterator or const_iterator instead!
+ * @deprecated Use iterator or const_iterator instead!
*/
number global_entry (const size_type i) const DEAL_II_DEPRECATED;
/**
* Same as above, but with write access. You certainly know what you do?
*
- * @internal @deprecated Use iterator or const_iterator instead!
+ * @deprecated Use iterator or const_iterator instead!
*/
number &global_entry (const size_type i) DEAL_II_DEPRECATED;
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams