Files
gitbook/lib/modifiers/summary/indexLevels.js
T
2016-04-28 11:15:51 +02:00

14 lines
155 B
JavaScript

/**
Index all levels in the summary
@param {Summary}
@return {Summary}
*/
function indexLevels(summary) {
}
module.exports = indexLevels;