From 7fa391c9790bc4e73c2295c6a7a9084db78e18a7 Mon Sep 17 00:00:00 2001 From: Daniel Luz Date: Thu, 6 Sep 2012 10:45:24 -0300 Subject: docs($cacheFactory): fix backquotes on method descriptions --- src/ng/cacheFactory.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ng/cacheFactory.js') diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index de8004f2..850d48f2 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -15,10 +15,10 @@ * * - `{object}` `info()` — Returns id, size, and options of cache. * - `{void}` `put({string} key, {*} value)` — Puts a new key-value pair into the cache. - * - `{{*}} `get({string} key) — Returns cached value for `key` or undefined for cache miss. - * - `{void}` `remove({string} key) — Removes a key-value pair from the cache. - * - `{void}` `removeAll() — Removes all cached values. - * - `{void}` `destroy() — Removes references to this cache from $cacheFactory. + * - `{{*}}` `get({string} key)` — Returns cached value for `key` or undefined for cache miss. + * - `{void}` `remove({string} key)` — Removes a key-value pair from the cache. + * - `{void}` `removeAll()` — Removes all cached values. + * - `{void}` `destroy()` — Removes references to this cache from $cacheFactory. * */ function $CacheFactoryProvider() { -- cgit v1.2.3