This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 2e77089864c8fdf0e6d39a32fcb4c39cbd8259da Author: Josh Tynjala <[email protected]> AuthorDate: Thu Apr 17 15:55:40 2025 -0700 ASDoc: detail renderers display descriptions as HTML and sanitize it --- examples/royale/ASDoc/src/main/royale/EventDetailRenderer.mxml | 4 +++- examples/royale/ASDoc/src/main/royale/MethodDetailRenderer.mxml | 4 +++- examples/royale/ASDoc/src/main/royale/PropertyDetailRenderer.mxml | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/examples/royale/ASDoc/src/main/royale/EventDetailRenderer.mxml b/examples/royale/ASDoc/src/main/royale/EventDetailRenderer.mxml index 887d9fcf03..8cc5f554f0 100644 --- a/examples/royale/ASDoc/src/main/royale/EventDetailRenderer.mxml +++ b/examples/royale/ASDoc/src/main/royale/EventDetailRenderer.mxml @@ -24,6 +24,8 @@ limitations under the License. width="100%"> <fx:Script> <