Improve comments

This commit is contained in:
Samy Pessé
2014-10-13 11:01:00 +02:00
parent 950ad1d060
commit 09f42f57e1
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -9,10 +9,6 @@ var parse = require("../../parse");
var BaseGenerator = require("../page");
var stringUtils = require("../../utils/string");
/*
* This generator inherits from the single page generator
* and convert the page output to ebook
*/
var Generator = function() {
BaseGenerator.apply(this, arguments);
};
-4
View File
@@ -8,10 +8,6 @@ var fs = require("../fs");
var parse = require("../../parse");
var BaseGenerator = require("../site");
/*
* This generator will generate a simple index.html which can be converted as a PDF
*/
var Generator = function() {
BaseGenerator.apply(this, arguments);