[116812] [api] wst.sse APIs need javadoc
diff --git a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/StructuredTextEditor.java b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/StructuredTextEditor.java
index e01df97..d57c8eb 100644
--- a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/StructuredTextEditor.java
+++ b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/StructuredTextEditor.java
@@ -1050,14 +1050,16 @@
 	// menu.appendToGroup(ITextEditorActionConstants.GROUP_EDIT, action);
 	// }
 
-	/**
-	 * {@inheritDoc}
-	 * <p>
-	 * Instead of us closing directly, we have to close with our containing
-	 * (multipage) editor, if it exists.
-	 * </p>
+	/*
+	 * (non-Javadoc)
+	 * 
+	 * @see org.eclipse.ui.texteditor.ITextEditor#close(boolean)
 	 */
 	public void close(final boolean save) {
+		/*
+		 * Instead of us closing directly, we have to close with our
+		 * containing (multipage) editor, if it exists.
+		 */
 		if (getSite() == null) {
 			// if site hasn't been set yet, then we're not
 			// completely open
@@ -2008,8 +2010,9 @@
 					fisReleased = false;
 				}
 			}
-			
-			// ISSUE: this looks bad ... edit-time factories not initialized unless someone calls getModel? 
+
+			// ISSUE: this looks bad ... edit-time factories not initialized
+			// unless someone calls getModel?
 			// factories will not be re-added if already exists
 			EditorModelUtil.addFactoriesTo(fStructuredModel);
 
diff --git a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/StructuredTextViewerConfiguration.java b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/StructuredTextViewerConfiguration.java
index f42e943..00c932c 100644
--- a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/StructuredTextViewerConfiguration.java
+++ b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/StructuredTextViewerConfiguration.java
@@ -359,6 +359,9 @@
 	/**
 	 * Returns the line style providers that will be used for syntax
 	 * highlighting in the given source viewer.
+	 * <p>
+	 * Not fully API since return type LineStyleProvider is not API.
+	 * </p>
 	 * 
 	 * @param sourceViewer
 	 *            the source viewer to be configured by this configuration