1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-10 02:38:06 +00:00

added documentation

temporary documentation demo:
http://goto.bplaced.net/tw5/5.1.7.html#ResolvePath
This commit is contained in:
Tobias Beer
2015-02-03 15:18:38 +01:00
parent 4a05bd10e9
commit e4bd0c8633
2 changed files with 25 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/*\
title: $:/core/modules/macros/resolvePath.js
title: $:/core/modules/macros/resolvepath.js
type: application/javascript
module-type: macro
@@ -12,7 +12,7 @@ Resolves a relative path for an absolute rootpath.
/*global $tw: false */
"use strict";
exports.name = "resolvePath";
exports.name = "resolvepath";
exports.params = [
{name: "source"},