doc: Add WpImplModule docs for the C and Lua API

This commit is contained in:
Arun Raghavan
2021-08-14 21:32:12 -04:00
committed by George Kiagiadakis
parent ef29018c55
commit 129b44bb0c
8 changed files with 50 additions and 1 deletions

View 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: