summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorFernando Farfan <ffarfan@gmail.com>2015-06-05 15:23:42 -0600
committerFernando Farfan <ffarfan@gmail.com>2015-06-05 15:24:44 -0600
commitb17693bd9a01d9d2b996a516aa6a74e038466aa6 (patch)
treee760c2a2dfd687d8c56f17e746866a58e06106e8 /docs/reference
parent89a8ef3c553206db23fb307a4ba44ba1bfb58fea (diff)
Fixed missing documentation
Added missing documentation entries. [endlessm/eos-sdk#3111]
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/endless/endless-docs.xml5
-rw-r--r--docs/reference/endless/endless-sections.txt13
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/reference/endless/endless-docs.xml b/docs/reference/endless/endless-docs.xml
index e94162d..26142ad 100644
--- a/docs/reference/endless/endless-docs.xml
+++ b/docs/reference/endless/endless-docs.xml
@@ -40,6 +40,11 @@
<xi:include href="xml/api-index-0.2.xml"><xi:fallback /></xi:include>
</index>
+ <index id="api-index-0.4">
+ <title>Index of new API in 0.4</title>
+ <xi:include href="xml/api-index-0.4.xml"><xi:fallback /></xi:include>
+ </index>
+
<index id="deprecated-api-index" role="deprecated">
<title>Index of deprecated API</title>
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
diff --git a/docs/reference/endless/endless-sections.txt b/docs/reference/endless/endless-sections.txt
index ed2e6bd..549169c 100644
--- a/docs/reference/endless/endless-sections.txt
+++ b/docs/reference/endless/endless-sections.txt
@@ -5,15 +5,19 @@ eos_get_system_personality
<SUBSECTION Private>
EOS_SDK_AVAILABLE_IN_0_0
EOS_SDK_AVAILABLE_IN_0_2
+EOS_SDK_AVAILABLE_IN_0_4
EOS_SDK_DEPRECATED
EOS_SDK_DEPRECATED_FOR
EOS_SDK_DEPRECATED_IN_0_0
EOS_SDK_DEPRECATED_IN_0_0_FOR
EOS_SDK_DEPRECATED_IN_0_2
EOS_SDK_DEPRECATED_IN_0_2_FOR
+EOS_SDK_DEPRECATED_IN_0_4
+EOS_SDK_DEPRECATED_IN_0_4_FOR
EOS_SDK_UNAVAILABLE
EOS_SDK_VERSION_0_0
EOS_SDK_VERSION_0_2
+EOS_SDK_VERSION_0_4
EOS_SDK_VERSION_CUR_STABLE
EOS_SDK_VERSION_MAX_ALLOWED
EOS_SDK_VERSION_MIN_REQUIRED
@@ -158,3 +162,12 @@ EOS_TYPE_CUSTOM_CONTAINER
EosCustomContainerClass
eos_custom_container_get_type
</SECTION>
+
+<SECTION>
+<FILE>license</FILE>
+eos_get_license_display_name
+eos_get_license_file
+EOS_LICENSE_PUBLIC_DOMAN
+EOS_LICENSE_OWNER_PERMISSION
+EOS_LICENSE_NO_LICENSE
+</SECTION> \ No newline at end of file