This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from deeb1aec45 JSONReviver: when replacing a plain object with a class
instance, return the class instance
new 33c259c96b ASDoc: various Lists and DataContainers should have
variable row heights so that text for descriptions and parameters and things
don't overlap
new ad2f36a549 ASDoc: fix OptionalHashAnchorStringItemRenderer hiding the
-> for the last item
new 5933d8dc3e ASDoc: add ASDocClassField for non-accessor fields
new 71e2b7213e ASDoc: no border around inheritance list
new 47a8b4ef4e ASDoc: a little more spacing after
package/class/inheritance labels and their values
new 340d4ee5b9 ASDoc: fix aligning and sizing of function signature
parameters
new 97766b60e3 ASDoc: remove extra comma after last parameter in function
signatures
new f0f4f85c63 ASDoc: let <pre> tags scroll instead of growing as wide as
possible
new 7138dcc00f ASDoc: inheritance list scrolls horizontally if it gets too
large
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
examples/royale/ASDoc/src/main/royale/ASDoc.mxml | 5 ++
.../ASDoc/src/main/royale/ASDocClassField.as | 14 +----
.../ASDoc/src/main/royale/ASDocMainView.mxml | 71 ++++++++++++++++------
.../ASDoc/src/main/royale/EventDetailRenderer.mxml | 10 ++-
.../src/main/royale/MethodDetailRenderer.mxml | 23 ++++---
.../src/main/royale/MethodSummaryRenderer.mxml | 15 ++---
.../royale/OptionalHashAnchorStringItemRenderer.as | 2 +-
.../ASDoc/src/main/royale/ParameterRenderer.as | 4 +-
.../src/main/royale/PropertyDetailRenderer.mxml | 10 ++-
.../ASDoc/src/main/royale/models/ASDocModel.as | 6 ++
10 files changed, 107 insertions(+), 53 deletions(-)
copy frameworks/projects/HTML/src/main/royale/HTMLClasses.as =>
examples/royale/ASDoc/src/main/royale/ASDocClassField.as (78%)