You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/04/10 11:44:04 UTC

[royale-docs] branch master updated: add some anchor for links

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 69f37b2  add some anchor for links
69f37b2 is described below

commit 69f37b21b6c71fff20bda8e4d40b8543e2bbd501
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Apr 10 13:43:53 2020 +0200

    add some anchor for links
---
 compiler/compiler-options.md | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/compiler/compiler-options.md b/compiler/compiler-options.md
index f8a3a17..b3edc4c 100644
--- a/compiler/compiler-options.md
+++ b/compiler/compiler-options.md
@@ -24,11 +24,17 @@ permalink: /compiler/compiler-options
 
 List of Available Compiler Options
 
+Page Contents:
+
+* [html-output-filename](compiler/compiler-options.html#html-output-filename)
+* [html-template](compiler/compiler-options.html#html-template)
+* [js-define](compiler/compiler-options.html#js-define)
+
 Royale provide the following list of compiler options
 
 ## JavaScript Compiler Options
 
-### html-output-filename 
+### html-output-filename {#html-output-filename}
 
 Specifies the file name of the HTML file generated by the compiler to load the Apache Royale application in the browser.
 
@@ -36,7 +42,7 @@ Specifies the file name of the HTML file generated by the compiler to load the A
 -compiler.html-output-filename custom.html
 ```
 
-### html-template
+### html-template {#html-template}
 
 Specifies the path to an optional template for the the HTML file generated by the compiler to load the Apache Royale application in the browser.
 
@@ -80,7 +86,7 @@ Note that some reflection utility functions require this to be true in order for
 <additionalCompilerOptions>-js-default-initializers=true;</additionalCompilerOptions>
 ```
 
-### js-define
+### js-define {#js-define}
 
 Defines a global constant at compile time for the JavaScript output. May be a boolean, number, string, or expression.