Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e653b972eefd0b659ca1f3f9bfac24c349033197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
* generated by Xtext
*/
package org.eclipse.etrice.core.ui.outline;

import org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider;

/**
 * customization of the default outline structure
 * 
 */
public class ConfigOutlineTreeProvider extends DefaultOutlineTreeProvider {
	
}

Back to the top