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

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

commit d4f8ec77b6f238c9bcf96e0c1f122baa7d598425
Author: Alex Harui <[email protected]>
AuthorDate: Tue Feb 6 00:50:49 2018 -0800

    format examples better
---
 examples/royale/ASDoc/src/main/royale/models/ASDocModel.as | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as 
b/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as
index e604b4d..1515e28 100644
--- a/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as
+++ b/examples/royale/ASDoc/src/main/royale/models/ASDocModel.as
@@ -594,7 +594,10 @@ package models
                     if (obj.name == "commentary")
                        joiner = "  ";
                     if (obj.name == "example")
+                    {
                         joiner = "<br/>";
+                        firstOne = false;
+                    }
                     for each (var q:String in o)
                     {
                         if (!firstOne)

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

Reply via email to