Skip to main content
summaryrefslogtreecommitdiffstats
blob: f644775104db8034770997ea3b66b22d60bc7ce5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * generated by Xtext 2.10.0
 */
package org.eclipse.qvtd.doc.ui.outline

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

/**
 * Customization of the default outline structure.
 *
 * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline
 */
class MiniOCLCSOutlineTreeProvider extends DefaultOutlineTreeProvider {

}

Back to the top