diff options
Diffstat (limited to 'src/DocGen/DocGen.ts')
| -rw-r--r-- | src/DocGen/DocGen.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DocGen/DocGen.ts b/src/DocGen/DocGen.ts index 40ea205..1b5b1e1 100644 --- a/src/DocGen/DocGen.ts +++ b/src/DocGen/DocGen.ts @@ -1,6 +1,5 @@ import { Range } from "vscode"; - export interface IDocGen { /** * @brief Generate documentation string and write it to the active editor |