Merge branch 'library-progguide' into symbolic-atom-constants

This commit is contained in:
Axel Kohlmeyer
2020-09-15 19:50:18 -04:00
5 changed files with 56 additions and 29 deletions

View File

@ -2506,7 +2506,7 @@ length of the data area, and a short description.
*
* \param name string with the keyword of the desired property.
Typically the name of the pointer variable returned
* \return pointer to the requested data cast to ``void *`` or nullptr */
* \return pointer to the requested data cast to ``void *`` or ``nullptr`` */
void *Atom::extract(const char *name)
{