This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 4519662  Updated Generating an API Report (markdown)
4519662 is described below

commit 4519662ebb3ad272d875bbcf44be4385b32faa29
Author: aharui <[email protected]>
AuthorDate: Wed Apr 18 16:12:30 2018 -0700

    Updated Generating an API Report (markdown)
---
 Generating-an-API-Report.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Generating-an-API-Report.md b/Generating-an-API-Report.md
index c758188..1618ee0 100644
--- a/Generating-an-API-Report.md
+++ b/Generating-an-API-Report.md
@@ -9,7 +9,7 @@ To generate an API Report for your application, it is best if 
you can build your
 Once you get a successful compile, then download and set up a Royale SDK by 
following the instructions on [this 
page](https://apache.github.io/royale-docs/Welcome/Get_Started/Download-Royale.html).
  Then run the same compiler in the Royale SDK but with the -api-report option, 
such as:
 
 ```
-<path to Royale SDK>/bin/mxmlc -library-path+=<third-party-library>.swc 
-api-report=<file to contain report output> <path to main MXML File>/MyApp.mxml
+<path to Royale SDK>/royale-asjs/bin/mxmlc 
-library-path+=<third-party-library>.swc -api-report=<file to contain report 
output> <path to main MXML File>/MyApp.mxml
 ```
 
 If you get errors, fix them in your code or comment out that code if it won't 
impact the report.  The Royale Compiler may find errors that the Flex SDK 
compiler did not detect.

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to