Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 332558

Summary: package.html files need minor change to generate correct description
Product: [Eclipse Project] Platform Reporter: Chris Goldthorpe <cgold>
Component: TeamAssignee: Tomasz Zarna <tomasz.zarna>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P3 Keywords: Documentation
Version: 3.7   
Target Milestone: 3.7 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Chris Goldthorpe CLA 2010-12-14 13:41:36 EST
I20100608-0911 ( also in Eclipse 3.6)

Go to
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/overview-summary.html
and look at the descriptions for the equinox packages. A number of them are not
formed correctly, for example the description for org.eclipse.team.core.mapping
is

Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.

Everything from Package Specification on should not be included. I think the
problem is that the sentence before "Package Specification" is not terminated
by a period causing the preprocessing to not work correctly.

Other packages with the same problem are:

org.eclipse.team.core.mapping.provider
org.eclipse.team.ui.history
org.eclipse.team.ui.mapping
Comment 1 Tomasz Zarna CLA 2010-12-15 11:10:39 EST
Fixed in HEAD. Available in builds >=N20101215-2000.
Comment 2 Chris Goldthorpe CLA 2011-01-04 19:29:55 EST
Verified in I20110104-0920