summaryrefslogtreecommitdiffstats
path: root/src/DocGen/DocGen.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/DocGen/DocGen.ts')
-rw-r--r--src/DocGen/DocGen.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/DocGen/DocGen.ts b/src/DocGen/DocGen.ts
deleted file mode 100644
index 1b5b1e1..0000000
--- a/src/DocGen/DocGen.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { Range } from "vscode";
-
-export interface IDocGen {
- /**
- * @brief Generate documentation string and write it to the active editor
- * @param {Range} rangeToReplace Range to replace with the generated comment.
- */
- GenerateDoc(rangeToReplace: Range);
-}