aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gulpfile.js2
-rw-r--r--pogen/pogen.ts2
2 files changed, 4 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index fc0134457..a683e7b17 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -25,6 +25,8 @@
* development
* - package: create Chrome extension zip file in
* build/.
+ *
+ * @author Florian Dold
*/
const gulp = require("gulp");
diff --git a/pogen/pogen.ts b/pogen/pogen.ts
index 77f7ea3dc..5ff182e7c 100644
--- a/pogen/pogen.ts
+++ b/pogen/pogen.ts
@@ -20,6 +20,8 @@
*
* Note that duplicate message IDs are NOT merged, to get the same output as
* you would from xgettext, just run msguniq.
+ *
+ * @author Florian Dold
*/
/// <reference path="../lib/decl/node.d.ts" />