Skip to content

Commit

Permalink
Revert "docs: Remove types handling from docs"
Browse files Browse the repository at this point in the history
This broke the documentation of signals, and was determined to be the
wrong approach after all.

This reverts commit 9b3d2f9.
  • Loading branch information
martinpitt committed Aug 25, 2021
1 parent 6558285 commit 0a68a5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gnome.gtkdoc('umockdev',
src_dir: [meson.build_root(), umockdev_c, umockdev_ioctl_c],
content_files: [version_xml],
ignore_headers: ['uevent_sender.h', 'ioctl_tree.h', 'debug.h'],
scan_args: ['--rebuild-types'],
dependencies: [glib, gobject, declare_dependency(link_with : [umockdev_lib])],
install: true,
)
4 changes: 4 additions & 0 deletions docs/reference/umockdev-docs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<xi:include href="xml/umockdeverror.xml"/>

</chapter>
<chapter id="object-tree">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>
</chapter>
<index id="api-index-full">
<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
Expand Down

0 comments on commit 0a68a5f

Please sign in to comment.