Hide things from documentation that don't apply

This commit is contained in:
thepaperpilot 2022-03-08 00:25:08 -06:00
parent 176bc409d7
commit a76182c0bd
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
/**
* @module
* @hidden
*/
import { main } from "data/projEntry";
import { createCumulativeConversion, createPolynomialScaling } from "features/conversion";
import { jsx } from "features/feature";

View file

@ -11,6 +11,9 @@ import { render } from "util/vue";
import { computed, toRaw } from "vue";
import prestige from "./layers/prestige";
/**
* @hidden
*/
export const main = createLayer(() => {
const points = createResource<DecimalSource>(10);
const best = trackBest(points);