This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new a13e7db ASDocs: add jewel to "doc-namespaces" and to "doc-sources",
but still don't get generated docs for Jewel
a13e7db is described below
commit a13e7db72f50eba0f63fda9816a652c364660816
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue May 28 18:56:39 2019 +0200
ASDocs: add jewel to "doc-namespaces" and to "doc-sources", but still don't
get generated docs for Jewel
---
examples/royale/ASDoc/src/main/config/asdoc-js-config.xml | 2 ++
examples/royale/ASDoc/src/main/config/asdoc-swf-config.xml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/examples/royale/ASDoc/src/main/config/asdoc-js-config.xml
b/examples/royale/ASDoc/src/main/config/asdoc-js-config.xml
index aa2c983..7f4e787 100644
--- a/examples/royale/ASDoc/src/main/config/asdoc-js-config.xml
+++ b/examples/royale/ASDoc/src/main/config/asdoc-js-config.xml
@@ -579,6 +579,7 @@
<!-- namespaces to include in asdoc -->
<doc-namespaces>
<uri>library://ns.apache.org/royale/basic</uri>
+ <uri>library://ns.apache.org/royale/jewel</uri>
<uri>library://ns.apache.org/royale/createjs</uri>
<uri>library://ns.apache.org/royale/express</uri>
<uri>library://ns.apache.org/royale/google</uri>
@@ -602,6 +603,7 @@
<path-element>${frameworks_dir}/projects/Basic/src/main/royale</path-element>
<path-element>${frameworks_dir}/projects/HTML/src/main/royale</path-element>
<path-element>${frameworks_dir}/projects/HTML5/src/main/royale</path-element>
+
<path-element>${frameworks_dir}/projects/Jewel/src/main/royale</path-element>
<path-element>${frameworks_dir}/projects/JQuery/src/main/royale</path-element>
<path-element>${frameworks_dir}/projects/Mobile/src/main/royale</path-element>
<path-element>${frameworks_dir}/projects/Network/src/main/royale</path-element>
diff --git a/examples/royale/ASDoc/src/main/config/asdoc-swf-config.xml
b/examples/royale/ASDoc/src/main/config/asdoc-swf-config.xml
index 887fff6..0240365 100644
--- a/examples/royale/ASDoc/src/main/config/asdoc-swf-config.xml
+++ b/examples/royale/ASDoc/src/main/config/asdoc-swf-config.xml
@@ -493,6 +493,7 @@
<!-- namespaces to include in asdoc -->
<doc-namespaces>
<uri>library://ns.apache.org/royale/basic</uri>
+ <uri>library://ns.apache.org/royale/jewel</uri>
<uri>library://ns.apache.org/royale/createjs</uri>
<uri>library://ns.apache.org/royale/express</uri>
<uri>library://ns.apache.org/royale/google</uri>
@@ -516,6 +517,7 @@
<path-element>${frameworks_dir}/projects/Basic/src/main/royale</path-element>
<path-element>${frameworks_dir}/projects/HTML/src/main/royale</path-element>
<path-element>${frameworks_dir}/projects/HTML5/src/main/royale</path-element>
+
<path-element>${frameworks_dir}/projects/Jewel/src/main/royale</path-element>
<path-element>${frameworks_dir}/projects/JQuery/src/main/royale</path-element>
<path-element>${frameworks_dir}/projects/Mobile/src/main/royale</path-element>
<path-element>${frameworks_dir}/projects/Network/src/main/royale</path-element>