diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 3 | ||||
-rw-r--r-- | doc/connman-docs.xml | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 0c237a30..9b5367a7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,8 +17,7 @@ MKTMPL_OPTIONS = --output-dir=. HFILE_GLOB = $(top_srcdir)/include/*.h CFILE_GLOB = $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h -IGNORE_HFILES = connman connman.h supplicant.h \ - iface.h rtnl.h dbus.h element.h property.h +IGNORE_HFILES = connman connman.h rtnl.h dbus.h iface.h HTML_IMAGES = diff --git a/doc/connman-docs.xml b/doc/connman-docs.xml index d3b69b8f..29bc8533 100644 --- a/doc/connman-docs.xml +++ b/doc/connman-docs.xml @@ -67,6 +67,7 @@ <xi:include href="xml/log.xml" /> <xi:include href="xml/plugin.xml" /> <xi:include href="xml/security.xml" /> + <xi:include href="xml/element.xml" /> <xi:include href="xml/driver.xml" /> </reference> |