File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,9 @@ exports.preTransform = function (model) {
146146 'operator' : operator ,
147147 'properties' : properties
148148 } ;
149+ if ( properties == false ) {
150+ model . _noindex = model . name [ 0 ] . value + ".html" ;
151+ }
149152 }
150153 else if ( model . type === 'enum' ) {
151154 model . oe = {
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ exports.preTransform = function (model) {
8787 }
8888 else if ( model . items [ 0 ] . items [ i ] . name . includes ( 'ContextTask' ) ||
8989 model . items [ 0 ] . items [ i ] . name . includes ( 'OutputClockParameters' ) ||
90+ model . items [ 0 ] . items [ i ] . name . includes ( 'DataFrame' ) ||
9091 globalModel ?. inheritance . some ( inherited => inherited . uid === 'OpenEphys.Onix1.DataFrame' || inherited . uid === 'OpenEphys.Onix1.BufferedDataFrame' ) )
9192 {
9293 items [ 3 ] . items . push ( model . items [ 0 ] . items [ i ] ) ;
You can’t perform that action at this time.
0 commit comments