Skip to content
Snippets Groups Projects
Commit 465eab91 authored by Lars Trieloff's avatar Lars Trieloff
Browse files

[trivial] refactor: rename load into process

parent 52a60a60
No related branches found
No related tags found
No related merge requests found
......@@ -387,9 +387,9 @@ Schema.setSchemaPathMap=function(schemaMap){
* @param {*} schemaPath
* @param {string} docDir - where documentation will be generated
* @param {string} schemaDir - where schemas will be generated, if null, `docDir` will be used
* @param {*} metaElements
* @param {map} metaElements - a map of additional YAML frontmatter to be added to the generated Markdown
*/
Schema.load = function(schemaMap, schemaPath, docDir, schemaDir, metaElements) {
Schema.process = function(schemaMap, schemaPath, docDir, schemaDir, metaElements) {
schemaDir = schemaDir ? schemaDir : docDir;
smap=schemaMap;
let keys = Object.keys(schemaMap);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment