TypeAware / oredoc

Node.js ApiDoc generator (programmatic)
MIT License
1 stars 0 forks source link

markers meta tag #4

Open ORESoftware opened 5 years ago

ORESoftware commented 5 years ago

we can use this:

const markers = Symbol('markers');

bop: {
 [markers]: [swift.class, go.struct, java.interface]
}

/// which is the same as:

bop: set(swift.class, go.struct, java.interface, {

}),