| Author |
Message |
|
|
|
Post subject: Creating JavaDocs from Source Code
Posted: Dec 16, 2004 - 04:51 PM
|
|
Registered Member


Joined: Jun 14, 2004
Posts: 7
|
|
I'm trying to generate javadocs for the first time. Any "wonderful" MyEclipse step-by-step tutorials for generating javadocs? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 16, 2004 - 05:18 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
Sorry, Javadoc generation is part of the Eclipse JDT project, not MyEclipse.
Moving to OT > Soft Dev.
have you tried the Eclipse help? Its quite good... |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 16, 2004 - 09:11 PM
|
|
Registered Member


Joined: Jun 14, 2004
Posts: 7
|
|
Using:
Eclipse 3.0.0
MyEclipse 3.8.2
OK, then... According to 'Eclipse Help' - Javadoc search, I see the following :
----------------------------------------------------------------------------------------------
Specifying the location of the Javadoc command
The JDT uses the Javadoc command (typically available in JRE distributions) to generate Javadoc documentation from source files.
To set the location of the Javadoc command:
Use the Window > Preferences > Java > Javadoc preferences page to enter the absolute (e.g. C:\Java\jdk1.4\bin\javadoc.exe) path to the Javadoc command.
----------------------------------------------------------------------------------------------
Yet, when I look at Java under Preferences I see no Javadoc sub-category... Does MyEclipse somehow override (remove) this Javadoc option from the Preferences dialog? The following is what I see when I navigate to this location:
Java
-->(+)Appearance
-->(+)Build Path
-->(+)Code Style
-->Compiler
-->(+)Debug
-->(+)Editor
-->Installed JREs
-->JUnit
-->Task Tags
-->Type Filters
It is also not under the sub-topics marked with (+) above.... |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 16, 2004 - 09:14 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
1) (Menu) Project > Generate Javadoc
2) (Project Properties) Javadoc Location
Those are the settings I believe you need to worry about. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 16, 2004 - 09:18 PM
|
|
Registered Member


Joined: Jun 14, 2004
Posts: 7
|
|
From previous response:
"have you tried the Eclipse help? Its quite good..."
Not so good after all, is it? |
|
|
| |
|
|
|
 |
|
|
| |