Skip to content

Conversation

@petermm
Copy link
Contributor

@petermm petermm commented Nov 11, 2025

https://doc.atomvm.org/main/apidocs/libatomvm/functions.html has these leftover functions: eg search for doxygenfunction:

Warning

doxygenfunction: Cannot find function “context_unlink” in doxygen xml output for project “libatomvm” from directory: /__w/AtomVM/AtomVM/build/doc/xml/

AI created this script for cleanup: https://gist.github.com/petermm/b8623716adf74f07ed00b2725cb8a415

But human verified.

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

https://doc.atomvm.org/main/apidocs/libatomvm/functions.html has these leftover functions:
eg say `context_unlink` etc:

```
Warning

doxygenfunction: Cannot find function “context_unlink” in doxygen xml output for project “libatomvm” from directory: /__w/AtomVM/AtomVM/build/doc/xml/
```

AI created this script for cleanup: https://gist.github.com/petermm/b8623716adf74f07ed00b2725cb8a415

But human verified.

Signed-off-by: Peter M <petermm@gmail.com>
Copy link
Collaborator

@UncleGrumpy UncleGrumpy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this! We must have renamed these and never changed the function names for the docs. The updated functions are all context_* replacing the globalcontext_ names. All of these functions have doxygen documentation that should be included in the published C API docs.

@bettio bettio merged commit 0090e23 into atomvm:main Nov 12, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants