Bug 212066 - No option to disable javadoc processing on internal packages
Summary: No option to disable javadoc processing on internal packages
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-05 16:11 EST by Jack Fong CLA
Modified: 2013-05-31 04:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jack Fong CLA 2007-12-05 16:11:48 EST
Build ID: I20071101-2000

Steps To Reproduce:
1.   I have a java project with mixed with external and internal packages
2.   Under perferences -> Java -> Compiler -> Javadoc
3.   There is no way to only enable Javadoc processing on my external packages.


More information:
Comment 1 Benjamin Muskalla CLA 2013-05-31 04:22:51 EDT
Yes, there should be an option to disable some packages for javadoc warnings (even better a pattern, eg. *internal*). We're hitting the same problem that we have one project containing API and internals and we can't use the javadoc warnings as we're only interested in javadoc'ing the API in the public packages.