blob: b8f7103d94f3ec2cfcafca0bbf181c0a3bed8b8a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.html.ui.internal.taginfo;
import org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor;
/**
* Provides hover help documentation for HTML tags
*
* @author amywu
*/
public class HTMLTagInfoHoverProcessor extends XMLTagInfoHoverProcessor {
// currently empty because XMLTagInfoHoverProcessor handles all cases relevant to HTML
public HTMLTagInfoHoverProcessor() {
super();
}
}