diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2011-09-23 12:56:13 +0200 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2011-09-23 12:56:13 +0200 |
commit | d85ad11dbc7cca8f206b58d1b35c490cd264beff (patch) | |
tree | 161f007011a9ffb20f2bc49b18bb3db72c3ba486 /docs | |
parent | b628a3d9a4c0a9993a4e58eed09a54306d0e76a9 (diff) |
docs: Update docs build to scan public classes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ytstenut/Makefile.am | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/reference/ytstenut/Makefile.am b/docs/reference/ytstenut/Makefile.am index 4038270..c0b879b 100644 --- a/docs/reference/ytstenut/Makefile.am +++ b/docs/reference/ytstenut/Makefile.am @@ -59,18 +59,21 @@ IGNORE_HFILES = \ yts-adapter-factory.h \ yts-client-internal.h \ yts-contact-internal.h \ - yts-enum-types.h \ + yts-contact-internal.h \ + yts-error-message.h \ + yts-event-message.h \ yts-factory.h \ - yts-marshal.h \ + yts-invocation-message.h \ + yts-message.h \ yts-metadata-internal.h \ - yts-metadata-service-internal.h \ - yts-profile.h \ - yts-profile-proxy.h \ yts-profile-adapter.h \ + yts-profile.h \ yts-profile-impl.h \ + yts-profile-proxy.h \ yts-proxy-factory.h \ yts-proxy-internal.h \ yts-proxy-service-internal.h \ + yts-response-message.h \ yts-roster-internal.h \ yts-service-factory.h \ yts-service-internal.h \ |