Tag Archives: documentation

OraDocletPlus – enhanced Oracle DB documentation generator released

I just finished testing and packaging OraDocletPlus – a modified version of the OraDoclet DB documentation tool for Oracle. The main differences with this version over the original are one or two bugs fixed and a revamp to bring the … Continue reading

Posted in Databases, Software Engineering | Tagged automation, database, doclet, documentation, open-source, oracle | Leave a comment

How-to: Add Code Syntax Highlighting to MediaWiki

Here’s a short tutorial on how to integrate Google’s “prettify.js” (which does automatic syntax highlighting of code snippets) into a MediaWiki wiki installation. This is totally done MacGyver style, we’re going to patch the MediaWiki skin to do it. For … Continue reading

Posted in IT, Software Engineering | Tagged developer, documentation, Google, hack, web, wiki | 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