summaryrefslogtreecommitdiffstats
path: root/lib/modifiers/summary/indexLevels.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-04-28 11:15:51 +0200
committerSamy Pessé <samypesse@gmail.com>2016-04-28 11:15:51 +0200
commit4763f1342c1b63d2f43ae2f5060b93d4c09271fd (patch)
tree5ef83232fa187532efe01f59ce3d794476d56b60 /lib/modifiers/summary/indexLevels.js
parent9413e53b001c3a7ee9d07a362a7bdd69df4d4c1e (diff)
downloadgitbook-4763f1342c1b63d2f43ae2f5060b93d4c09271fd.zip
gitbook-4763f1342c1b63d2f43ae2f5060b93d4c09271fd.tar.gz
gitbook-4763f1342c1b63d2f43ae2f5060b93d4c09271fd.tar.bz2
Add base modifiers for summary as SummaryModifier
Diffstat (limited to 'lib/modifiers/summary/indexLevels.js')
-rw-r--r--lib/modifiers/summary/indexLevels.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/modifiers/summary/indexLevels.js b/lib/modifiers/summary/indexLevels.js
new file mode 100644
index 0000000..d29b043
--- /dev/null
+++ b/lib/modifiers/summary/indexLevels.js
@@ -0,0 +1,13 @@
+
+/**
+ Index all levels in the summary
+
+ @param {Summary}
+ @return {Summary}
+*/
+function indexLevels(summary) {
+
+}
+
+
+module.exports = indexLevels;