Add doc generation

This commit is contained in:
Pieter Vander Vennet 2021-03-24 02:01:04 +01:00
parent a13d282494
commit 0491b52642
7 changed files with 87 additions and 36 deletions

View file

@ -106,7 +106,7 @@ export default class LayoutConfig {
}
// @ts-ignore
return new LayerConfig(layer, official,`${this.id}.layers[${i}]`)
return new LayerConfig(layer,`${this.id}.layers[${i}]`, official)
});
// ALl the layers are constructed, let them share tags in now!