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

andreww 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 a6dbdb1  Update compiler-options.md
a6dbdb1 is described below

commit a6dbdb114ea7d0c102c49ae659ebea451dfb357e
Author: Andrew Wetmore <[email protected]>
AuthorDate: Fri Nov 20 15:40:34 2020 -0400

    Update compiler-options.md
---
 compiler/compiler-options.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/compiler/compiler-options.md b/compiler/compiler-options.md
index 8d314bf..00a3adc 100644
--- a/compiler/compiler-options.md
+++ b/compiler/compiler-options.md
@@ -243,18 +243,18 @@ Set to false to remove all binding warnings.
 ## Reduce output size ##
 
 
-### public symbols (#public-symbols)
+### public symbols {#public-symbols}
 information not yet available
 `-export-public-symbols=false`
 
-### prevent renaming public symbols (#prevent-public-symbol-rename)
+### prevent renaming public symbols {#prevent-public-symbol-rename}
 information not yet available
 `-prevent-rename-protected-symbols=false`
 
-### prevent renaming internal symbols (#prevent-internal-symbol-rename)
+### prevent renaming internal symbols {#prevent-internal-symbol-rename}
 information not yet available
 `-prevent-rename-internal-symbols=false`
 
-### prevent renaming public static methods 
(#prevent-public-static-method-rename)
+### prevent renaming public static methods 
{#prevent-public-static-method-rename}
 information not yet available
 `-prevent-rename-public-static-methods=false`

Reply via email to