aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2012-03-01 16:51:39 +0000
committerIan Jackson <ian.jackson@eu.citrix.com>2012-03-01 16:51:39 +0000
commit412b381729250e474c02c2ab04247ff3820c3ce5 (patch)
treef1e0ac0e1d8773c14c2cc6eec0611f9b3dad0dfb /docs/Makefile
parentff7c56c82c6f58d201c0bfcf57f58f574de7a57e (diff)
downloadxen-412b381729250e474c02c2ab04247ff3820c3ce5.tar.gz
xen-412b381729250e474c02c2ab04247ff3820c3ce5.tar.bz2
xen-412b381729250e474c02c2ab04247ff3820c3ce5.zip
docs: xen-headers: Annotate typedefs
Parse (some) typedef statements. (Make type names links to the underlying struct if there is one, rather than to just the typedef.) Also, exclude the new arch-arm headers. Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com> Cc: Ian Campbell <Ian.Campbell@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 49e33cb39c..007a5a9c00 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -120,7 +120,7 @@ html/hypercall/index.html: ./xen-headers
@$(INSTALL_DIR) $(@D)
./xen-headers -O $(@D) \
-T 'arch-x86_64 - Xen public headers' \
- -X arch-ia64 -X arch-x86_32 -X xen-x86_32 \
+ -X arch-ia64 -X arch-x86_32 -X xen-x86_32 -X arch-arm \
../xen include/public include/xen/errno.h
-include html/hypercall/.deps