diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-06 16:29:32 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-06 16:29:32 +0200 |
commit | 1354582c4e0d61c7608965f36b3c27ee3e39dc78 (patch) | |
tree | 1f1883ffec98f762d19d6a03c7506676f19822e1 /packages/gitbook/src/json/encodeSummary.js | |
parent | 4119917555f827b0bff256a8e34a1deef5f4b87e (diff) | |
download | gitbook-1354582c4e0d61c7608965f36b3c27ee3e39dc78.zip gitbook-1354582c4e0d61c7608965f36b3c27ee3e39dc78.tar.gz gitbook-1354582c4e0d61c7608965f36b3c27ee3e39dc78.tar.bz2 |
Generate an url index for generation
Diffstat (limited to 'packages/gitbook/src/json/encodeSummary.js')
-rw-r--r-- | packages/gitbook/src/json/encodeSummary.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/gitbook/src/json/encodeSummary.js b/packages/gitbook/src/json/encodeSummary.js index 9a07da4..0a9dbe7 100644 --- a/packages/gitbook/src/json/encodeSummary.js +++ b/packages/gitbook/src/json/encodeSummary.js @@ -2,11 +2,11 @@ const encodeFile = require('./encodeFile'); const encodeSummaryPart = require('./encodeSummaryPart'); /** - Encode a summary to JSON - - @param {Summary} - @return {Object} -*/ + * Encode a summary to JSON + * + * @param {Summary} + * @return {Object} + */ function encodeSummary(summary) { const file = summary.getFile(); const parts = summary.getParts(); |