doc: Add WpImplModule docs for the C and Lua API
This commit is contained in:

committed by
George Kiagiadakis

parent
ef29018c55
commit
129b44bb0c
18
docs/rst/c_api/impl_module_api.rst
Normal file
18
docs/rst/c_api/impl_module_api.rst
Normal file
@@ -0,0 +1,18 @@
|
||||
.. _impl_module_api:
|
||||
|
||||
Local Modules
|
||||
=============
|
||||
|
||||
.. graphviz::
|
||||
:align: center
|
||||
|
||||
digraph inheritance {
|
||||
rankdir=LR;
|
||||
GObject -> WpImplModule;
|
||||
}
|
||||
|
||||
.. doxygenstruct:: WpImplModule
|
||||
:members:
|
||||
|
||||
.. doxygengroup:: wpimplmodule
|
||||
:content-only:
|
Reference in New Issue
Block a user