Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 09 / 13.mkd
blob0da30c205329e2c987269aba643b27aabceb0821
1 # 2016/09/13
3 ## 07:57
5 I have checked out fossil's trunk and am now investigating the unversioned
6 feature. In the mean time I can develop the doclet for JavaDoc.
8 ## 16:47
10 One thing I will need to keep an eye out for would be inner classes. They
11 are visible as `Map.Entry` and not `Map$Entry`.
13 ## 18:51
15 The best thing to do would be to have a markdown output stream of sorts which
16 can handle formatting changing along with link references and such.
18 ## 21:30
20 Found another flawed class. `Formatter` does not implement `Flushable`
21 despite having a flush.
23 ## 23:42
25 This `MarkdownWriter` should make output of the Markdown JavaDoc much easier
26 since it handles formatting for the most part. I have not touched the JIT at
27 all in a few days, I suppose I am taking a short break from it to work on
28 other things.