Skip to content

Commit

Permalink
Some small doc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Mar 27, 2018
1 parent a900433 commit 9c7edb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/src/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ Where not specified, these functions return a :ref:`module_ret_code <module_ret_

.. c:macro:: MODULE(name)
Creates "name" module: declares all needed functions and creates both constructor and destructor |br|
that will automatically register/deregister this module at startup. |br|
Finally, it declares a "const self_t *self" global variable that will be automatically used in every function call.
Creates "name" module: declares all needed functions and creates both constructor and destructor that will automatically register/deregister this module at startup. |br|
Finally, it declares a :c:type:`const self_t *self` global variable that will be automatically used in every function call.

:param name: name of the module to be created
:type name: :c:type:`const char *`
Expand Down

0 comments on commit 9c7edb7

Please sign in to comment.