Skip to content

Commit

Permalink
Fixed ref in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Mar 10, 2018
1 parent f1488fd commit f07a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It is initialized through MODULE macro:
This macro creates a "test" module. |br|
MODULE macro also creates a constructor and destructor that are automatically called by libmodule at start and at end of program. |br|
Finally, this macro declares all of needed callbacks and returns an opaque handler for the module, that will be transparently passed with each call to libmodule API while using easy AP:ref:`module_easy`. |br|
Finally, this macro declares all of needed callbacks and returns an opaque handler for the module, that will be transparently passed with each call to libmodule API while using :ref:`module_easy`. |br|

Submodule concept
-----------------
Expand Down

0 comments on commit f07a8bd

Please sign in to comment.