Tag Archives: markdown

markdown doclet updated to v3

Yesterday I published a new version of markdown-doclet which fixes the issue of using custom Taglets, which was raised by a user report. I also spent some time looking into a few of the other more difficult problems I’ve been … Continue reading

Posted in General | Tagged doclet, Java, javadoc, markdown, open-source, releases | 1 Comment

markdown-doclet Updated to v2

I’ve just posted a new release of markdown-doclet on google code. This version fixes the {@link ClassNameEtc} Javadoc notation, which was broken due to the case-sensitivity of the markdown library. It is highly recommended to upgrade to the new version

Posted in Java, Software Engineering | Tagged doclet, Java, javadoc, markdown, open-source | Leave a comment

Markdown Doclet for Javadoc

I spent some spare time this week creating a mash up of sorts… a “markdown” doclet for Javadoc. Markdown-Doclet Project on Google Code Markdown is a light-weight markup language which reads much like plain-ASCII-formatted-text, as opposed to HTML which reads … Continue reading

Posted in General, Java, Software Engineering | Tagged doclet, documentation, Java, javadoc, markdown, open-source | 2 Comments