summaryrefslogtreecommitdiffstats
path: root/src/Config.ts
blob: 92d208cb8a87c18914b5e4bb3e7f8ac4993df3f8 (plain)
1
2
3
4
5
6
7
export enum ConfigType {
    generic = "doxdocgen.generic",
}

export enum Config {
    commentStart = "commentStart",
}