aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-11-15 08:42:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-16 10:38:42 +0000
commit78aa906c2e9f30f6e06c4008059e42d9d20cf72d (patch)
treef45d5142c54f50fef2cabc89877abfddd97c3efa /documentation
parenta68b471de31a2f6f9785e17320b92028ff426468 (diff)
downloadopenembedded-core-contrib-78aa906c2e9f30f6e06c4008059e42d9d20cf72d.tar.gz
ref-manual: Added api-documentation to distro features
Fixes [YOCTO #8584] Updated the "Distro Features" section to include the "api-documentation" feature. (From yocto-docs rev: 5b4e8fc58b84aea9a940f67f8d7585912fadc676) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-features.xml8
-rw-r--r--documentation/sdk-manual/sdk-appendix-customizing.xml6
2 files changed, 10 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml
index cd1bcb0243..03ff9ad251 100644
--- a/documentation/ref-manual/ref-features.xml
+++ b/documentation/ref-manual/ref-features.xml
@@ -142,6 +142,14 @@
<listitem><para><emphasis>alsa:</emphasis> Include ALSA support
(OSS compatibility kernel modules installed if available).
</para></listitem>
+ <listitem><para><emphasis>api-documentation:</emphasis>
+ Enables generation of API documentation during recipe
+ builds.
+ The resulting documentation is added to SDK tarballs
+ when the
+ <filename>bitbake -c populate_sdk</filename> command
+ is used.
+ </para></listitem>
<listitem><para><emphasis>bluetooth:</emphasis> Include
bluetooth support (integrated BT only).</para></listitem>
<listitem><para><emphasis>bluez5:</emphasis> Include
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml
index e8a8b8cc9b..965cccc2ca 100644
--- a/documentation/sdk-manual/sdk-appendix-customizing.xml
+++ b/documentation/sdk-manual/sdk-appendix-customizing.xml
@@ -4,12 +4,10 @@
<appendix id='sdk-appendix-customizing'>
-<title>Customizing the SDK</title>
+<title>Customizing the Extensible SDK</title>
<para>
- This appendix presents customizations you can apply to both the standard
- and extensible SDK.
- Each subsection identifies the type of SDK to which the section applies.
+ This appendix presents customizations you can apply to the extensible SDK.
</para>
<section id='sdk-configuring-the-extensible-sdk'>