Skip to content

Commit

Permalink
Small doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Jul 5, 2019
1 parent 3125966 commit f52d854
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/src/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,14 @@ Where not specified, these functions return a :ref:`module_ret_code <module_ret_
Attaches a new module from a .so file to "default" context. If module.so has a different context, this will be an error.

:param path: shared object path.
:param ctx_name: module's context name.
:type path: :c:type:`const char *`
:type ctx_name: :c:type:`const char *`

.. c:macro:: m_unload(path)
Detaches a module loaded from a .so file.

:param path: shared object path.
:param ctx_name: module's context name.
:type path: :c:type:`const char *`
:type ctx_name: :c:type:`const char *`

.. c:macro:: m_is(state)
Expand Down

0 comments on commit f52d854

Please sign in to comment.