Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365646 - Out of date documentation for AnnotationRuler
Summary: Out of date documentation for AnnotationRuler
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Editor (show other bugs)
Version: 0.3   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 0.4 M1   Edit
Assignee: Felipe Heidrich CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-05 13:18 EST by John J. Barton CLA
Modified: 2011-12-07 15:44 EST (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 John J. Barton CLA 2011-12-05 13:18:13 EST
/**
	 * Contructs a new annotation ruler. 
	 *
>>>>>>>>>> First param now annotationModel
	 * @param {String} [rulerLocation="left"] the location for the ruler.
	 * @param {orion.textview.Style} [rulerStyle=undefined] the style for the ruler.
	 * @param {orion.textview.Annotation} [defaultAnnotation] the default annotation.
	 *
	 * @augments orion.textview.Ruler
	 * @class This objects implements an annotation ruler.
	 *
	 * <p><b>See:</b><br/>
	 * {@link orion.textview.Ruler}<br/>
	 * {@link orion.textview.Annotation}
	 * </p>
	 * @name orion.textview.AnnotationRuler
	 */
	function AnnotationRuler (annotationModel, rulerLocation, rulerStyle) {
		Ruler.call(this, annotationModel, rulerLocation, "page", rulerStyle);
	}
Comment 1 Felipe Heidrich CLA 2011-12-05 14:11:46 EST
Thanks John,
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b139e46614931ed166b2ab314bba42b9b15aa545

We definitely need to review our doc.