add info to docs
This commit is contained in:
@ -54,6 +54,17 @@ TextFileReader::TextFileReader(const std::string &filename, const std::string &f
|
|||||||
/**
|
/**
|
||||||
* \overload
|
* \overload
|
||||||
*
|
*
|
||||||
|
\verbatim embed:rst
|
||||||
|
|
||||||
|
This function is useful in combination with :cpp:func:`utils::open_potential`.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
The FILE pointer is not closed in the destructor, but will be advanced
|
||||||
|
when reading from it.
|
||||||
|
|
||||||
|
\endverbatim
|
||||||
|
*
|
||||||
* \param fp File descriptor of the already opened file
|
* \param fp File descriptor of the already opened file
|
||||||
* \param filetype Description of file type for error messages */
|
* \param filetype Description of file type for error messages */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user