<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://unkrig.de/w/index.php?action=history&amp;feed=atom&amp;title=JAVADOC_doclet</id>
	<title>JAVADOC doclet - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://unkrig.de/w/index.php?action=history&amp;feed=atom&amp;title=JAVADOC_doclet"/>
	<link rel="alternate" type="text/html" href="https://unkrig.de/w/index.php?title=JAVADOC_doclet&amp;action=history"/>
	<updated>2026-05-13T22:31:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://unkrig.de/w/index.php?title=JAVADOC_doclet&amp;diff=17&amp;oldid=prev</id>
		<title>Aunkrig: Created page with &quot;A drop-in replacement for the standard JAVADOC doclet that is part of the JAVADOC utility which ships with the JDK. It implements many, but not all options of the original doclet.  The main motivation was to demonstrate the capabilities of the no-template framework; in particular its abstract templates that render &quot;javadocish&quot; pages. Effectively, this doclet re-implements the JDK&#039;s standard JAVADOC doclet with only 4900 lines of code (including tons of co...&quot;</title>
		<link rel="alternate" type="text/html" href="https://unkrig.de/w/index.php?title=JAVADOC_doclet&amp;diff=17&amp;oldid=prev"/>
		<updated>2024-05-01T18:54:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;A drop-in replacement for the standard JAVADOC doclet that is part of the JAVADOC utility which ships with the JDK. It implements many, but not all options of the original doclet.  The main motivation was to demonstrate the capabilities of the &lt;a href=&quot;/w/No-template&quot; title=&quot;No-template&quot;&gt;no-template&lt;/a&gt; framework; in particular its abstract templates that render &amp;quot;javadocish&amp;quot; pages. Effectively, this doclet re-implements the JDK&amp;#039;s standard JAVADOC doclet with only 4900 lines of code (including tons of co...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A drop-in replacement for the standard JAVADOC doclet that is part of the JAVADOC utility which ships with the JDK. It implements many, but not all options of the original doclet.&lt;br /&gt;
&lt;br /&gt;
The main motivation was to demonstrate the capabilities of the [[No-template|no-template]] framework; in particular its abstract templates that render &amp;quot;javadocish&amp;quot; pages. Effectively, this doclet re-implements the JDK&amp;#039;s standard JAVADOC doclet with only 4900 lines of code (including tons of comments).&lt;br /&gt;
&lt;br /&gt;
After all, JAVADOC is *the* reference application of a doclet, and anybody who wants to write a doclet knows it and has an idea of how to get from the JAVADOC doclet to *his* doclet.&lt;br /&gt;
&lt;br /&gt;
=== Getting started ===&lt;br /&gt;
&lt;br /&gt;
To use this doclet, you must run the JAVADOC utility exactly as usual, but pass &amp;lt;code&amp;gt;-doclet&amp;lt;/code&amp;gt; and &amp;lt;tt&amp;gt;-docletpath&amp;lt;/tt&amp;gt; command line options to replace the built-in doclet with the new one.&lt;br /&gt;
&lt;br /&gt;
=== Doclet Options ===&lt;br /&gt;
&lt;br /&gt;
; -d &amp;#039;&amp;#039;dest-dir&amp;#039;&amp;#039;&lt;br /&gt;
: Same as [https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#CHDBDAED the -d option of the original JAVADOC doclet].&lt;br /&gt;
&lt;br /&gt;
; -windowtitle &amp;#039;&amp;#039;text&amp;#039;&amp;#039;&lt;br /&gt;
: Same as [https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#CHDBIEEI the -windowtitle option of the original JAVADOC doclet].&lt;br /&gt;
&lt;br /&gt;
; -doctitle &amp;#039;&amp;#039;text&amp;#039;&amp;#039;&lt;br /&gt;
: Same as [https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#CHDJGBIE the -doctitle option of the original JAVADOC doclet].&lt;br /&gt;
&lt;br /&gt;
; -header &amp;#039;&amp;#039;text&amp;#039;&amp;#039;&lt;br /&gt;
: Same as [https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#CHDDAEGD the -header option of the original JAVADOC doclet].&lt;br /&gt;
&lt;br /&gt;
; -footer &amp;#039;&amp;#039;text&amp;#039;&amp;#039;&lt;br /&gt;
: Same as [https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#CHDFACCA the -footer option of the original JAVADOC doclet].&lt;br /&gt;
&lt;br /&gt;
; -top &amp;#039;&amp;#039;text&amp;#039;&amp;#039;&lt;br /&gt;
: Same as [https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#CHDHHGBF the -top option of the original JAVADOC doclet].&lt;br /&gt;
&lt;br /&gt;
; -bottom &amp;#039;&amp;#039;text&amp;#039;&amp;#039;&lt;br /&gt;
: Same as [https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#CHDECAJE the -bottom option of the original JAVADOC doclet].&lt;br /&gt;
&lt;br /&gt;
; -notimestamp&lt;br /&gt;
: Same as [https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html#CHDGBABE the -notimestamp option of the original JAVADOC doclet].&lt;br /&gt;
&lt;br /&gt;
=== Resources ===&lt;br /&gt;
&lt;br /&gt;
Find the source code [https://svn.code.sf.net/p/loggifier/code/trunk/de.unkrig.doclet.javadoc here].&lt;br /&gt;
&lt;br /&gt;
Ready-to-use binaries are not (yet) available.&lt;/div&gt;</summary>
		<author><name>Aunkrig</name></author>
	</entry>
</feed>