Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Custom Javadoc tags not exported
Custom Javadoc tags not exported [message #141572] Thu, 09 October 2003 07:02 Go to next message
Eclipse UserFriend
Originally posted by: hans.schwaebli.schwaebli.de

Hi,

I want to include custom tags into the exported Javadoc with Eclipse 2.1.1.

I use the xml file below (I deleted some attributes, don't consider them)
and run the Javadoc Wizard.

When the Javadoc is generated, the custom tags are not in the Javadoc. Why
not? What is wrong?





<?xml version="1.0" encoding="UTF-8"?>

<project name="HSW" default="javadoc">

<target name="javadoc">

<javadoc destdir="C:\export_javadoc_hsw" access="public"

use="true" notree="false" nonavbar="false" noindex="false"

splitindex="true" author="true" version="true"

nodeprecatedlist="false" nodeprecated="false"

packagenames="DELETED"

sourcepath="DELETED" classpath="DELETED">

<tag name="company" scope="all" description="Company:" />

<tag name="date" scope="all" description="Date:" />

<tag name="generated" scope="all" description="Generated:" />

<tag name="preconditions" scope="all" description="Preconditions:" />

<tag name="postconditions" scope="all" description="Postconditions:" />

</javadoc>

</target>

</project>
Re: Custom Javadoc tags not exported [message #141635 is a reply to message #141572] Thu, 09 October 2003 08:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Hans Schwäbli wrote:

>Hi,
>
>I want to include custom tags into the exported Javadoc with Eclipse 2.1.1.
>
>I use the xml file below (I deleted some attributes, don't consider them)
>and run the Javadoc Wizard.
>
>When the Javadoc is generated, the custom tags are not in the Javadoc. Why
>not? What is wrong?
>
>
Please file a bug report.

Dani

>
>
>
>
><?xml version="1.0" encoding="UTF-8"?>
>
><project name="HSW" default="javadoc">
>
><target name="javadoc">
>
><javadoc destdir="C:\export_javadoc_hsw" access="public"
>
>use="true" notree="false" nonavbar="false" noindex="false"
>
>splitindex="true" author="true" version="true"
>
>nodeprecatedlist="false" nodeprecated="false"
>
>packagenames="DELETED"
>
>sourcepath="DELETED" classpath="DELETED">
>
><tag name="company" scope="all" description="Company:" />
>
><tag name="date" scope="all" description="Date:" />
>
><tag name="generated" scope="all" description="Generated:" />
>
><tag name="preconditions" scope="all" description="Preconditions:" />
>
><tag name="postconditions" scope="all" description="Postconditions:" />
>
></javadoc>
>
></target>
>
></project>
>
>
>
>
>
Re: Custom Javadoc tags not exported [message #141840 is a reply to message #141635] Thu, 09 October 2003 16:06 Go to previous message
Eclipse UserFriend
Originally posted by: hans.schwaebli.schwaebli.de

I did it. It is bug no. 44573.



"Daniel Megert" <daniel.megert@gmx.net> wrote in message
news:bm372f$qqg$1@eclipse.org...
> Hans Schw
Previous Topic:Automatic activation of navigators and views
Next Topic:how to specify that my plugin only works with > eclipse 3.0
Goto Forum:
  


Current Time: Fri Apr 26 13:27:34 GMT 2024

Powered by FUDForum. Page generated in 0.03226 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top