> From: [email protected]
> Date: Sat, 6 Sep 2014 15:20:42 -0700
> Subject: js-sequence-diagrams would make a really cool addition to doxia...
> To: [email protected]
>
> I just got this working with doxia:
>
> http://bramp.github.io/js-sequence-diagrams/
>
> Sequence diagrams are great for documenting protocol interaction.
>
> I use them very often but one of the problems is updating the document when
> the protocol changes.
>
> With text sequence diagrams you can do that easily…
>
> Here’s an example:
>
> Andrew->China: Says Hello
> Note right of China: China thinks\nabout it
> China-->Andrew: How are you?
> Andrew->>China: I am good thanks!
>
> … and that can be rendered into an image for every page load.
>
> I have it working in my doxia by just updating <head> and then using a <div
> class=‘diagram’>
>
> and then:
>
> $( document ).ready(function() {
> $(".diagram").sequenceDiagram({theme: 'hand'});
> } );MG>it would be great if we could incorporate the Sequence Diagram into
> JavadocMG>could we see the JS function sequenceDiagram
MG>could we see the CSS assignment for hand?
MG>Thanks Burton!
>
>
> --
>
> Founder/CEO Spinn3r.com
> Location: *San Francisco, CA*
> blog: http://burtonator.wordpress.com
> … or check out my Google+ profile
> <https://plus.google.com/102718274791889610666/posts>
> <http://spinn3r.com>