5 So I have JavaDoc generating now, I just need to setup a script on another
6 system that constantly downloads the latest trunk (or tip) and then
7 generates followed by a sync for the JavaDoc to my local repository. Then
8 from there the JavaDoc will spread. I suppose I can do this daily for the
9 most part. It would be much processing however, but a script does most of
10 the work for the most part.
14 Actually my markdown writer needs more state, since right now I have to
15 pretty much guess some of the content, I need essentially paragraphs
16 where text goes so it can be nicely formatted as such.
20 It can be a bit more object oriented. I can make another class which
21 handles stuff such as outputting the characters to the stream. So for header
22 writing for example it will handle the output. Essentially everything will
23 forward to these sub-form implementations so to speak. I could then very much
24 potentially make the outputted markdown very clean.
28 For the super class and interface classes, I will need to handle generics.
32 One thing I could do is generate and store a ZIP of the JavaDoc but that
33 would be costly synchronization wise.