diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2012-02-09 16:26:09 +0100 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2012-02-09 16:26:09 +0100 |
commit | 14299d5de97c6aa5f616a48c626a2314f8ddb536 (patch) | |
tree | 72795fd715d801b57761110791d985ed2b973f22 /docs | |
parent | 67e829a85220a13fc129fa57989f38c2eb647c99 (diff) |
docs: Fix many warnings in the docs build
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ytstenut/Makefile.am | 1 | ||||
-rw-r--r-- | docs/reference/ytstenut/ytstenut-docs.xml.in | 8 |
2 files changed, 1 insertions, 8 deletions
diff --git a/docs/reference/ytstenut/Makefile.am b/docs/reference/ytstenut/Makefile.am index 8f9c788..4c8e8f7 100644 --- a/docs/reference/ytstenut/Makefile.am +++ b/docs/reference/ytstenut/Makefile.am @@ -58,6 +58,7 @@ IGNORE_HFILES = \ yts-client-status.h \ yts-contact-impl.h \ yts-contact-internal.h \ + yts-error.h \ yts-error-message.h \ yts-event-message.h \ yts-factory.h \ diff --git a/docs/reference/ytstenut/ytstenut-docs.xml.in b/docs/reference/ytstenut/ytstenut-docs.xml.in index 3ff33ae..12345c9 100644 --- a/docs/reference/ytstenut/ytstenut-docs.xml.in +++ b/docs/reference/ytstenut/ytstenut-docs.xml.in @@ -37,8 +37,6 @@ </legalnotice> </bookinfo> - <xi:include href="xml/overview.xml"/> - <part id="yts-reference"> <title>Reference</title> @@ -46,23 +44,17 @@ <chapter id="yts-classes"> <title>Ytstenut Objects</title> - <xi:include href="xml/yts-capability-status.xml"/> <xi:include href="xml/yts-capability.xml"/> <xi:include href="xml/yts-client.xml"/> <xi:include href="xml/yts-contact.xml"/> - <xi:include href="xml/yts-error-message.xml"/> <xi:include href="xml/yts-error.xml"/> - <xi:include href="xml/yts-event-message.xml"/> <xi:include href="xml/yts-file-transfer.xml"/> <xi:include href="xml/yts-incoming-file.xml"/> - <xi:include href="xml/yts-invocation-message.xml"/> - <xi:include href="xml/yts-message.xml"/> <xi:include href="xml/yts-metadata-service.xml"/> <xi:include href="xml/yts-metadata.xml"/> <xi:include href="xml/yts-outgoing-file.xml"/> <xi:include href="xml/yts-proxy-service.xml"/> <xi:include href="xml/yts-proxy.xml"/> - <xi:include href="xml/yts-response-message.xml"/> <xi:include href="xml/yts-roster.xml"/> <xi:include href="xml/yts-service-adapter.xml"/> <xi:include href="xml/yts-service.xml"/> |