Michael Bayne

Results 7 issues of Michael Bayne

Instead of our current hackery, do something like: ``` class Foo

NML needs to include information on whether a member is visible to subtypes. That information will need to be recorded and then used to filter private (in Java anyway) members...

Scala's XML library fails to translate newlines into 
 _in attributes_ when printing out an XML tree. As a result, when it reads said tree back in, the newlines disappear....

Javadoc supports referencing other types from within the documentation. We want those references to be live in the rendered documentation. Probably that means something like turning: ``` Calls {@link Foo#fizBang}...

This will mostly be useful for methods, but may also be useful for classes.

Provide def and use elements for the signature text. For example: ``` ``` Then use that to render the signature text as we do normal source.

- Changes the Listener abstract classes into interfaces with default methods. - Isolates SignalView.Listener from ValueView.Listener and makes Slot into a functional interface that works for both. - Eliminates Functions...