add some cross referencing

This commit is contained in:
Axel Kohlmeyer
2020-09-18 13:45:33 -04:00
parent edbfdde372
commit 9a6dfbc0ee
6 changed files with 72 additions and 15 deletions

View File

@ -247,6 +247,13 @@ namespace LAMMPS_NS {
* command lines and similar text and not for time critical processing.
* Use a tokenizer class for that.
*
\verbatim embed:rst
*See also*
:cpp:class:`Tokenizer`, :cpp:class:`ValueTokenizer`
\endverbatim
*
* \param text string that should be split
* \return STL vector with the words */