From 9de03780e4266015b22e2adc50fff078593b78dc Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 14 Mar 2009 17:14:17 +1100 Subject: [PATCH] Add @returns attribute to io#getRCFile documentation. --- common/content/io.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/io.js b/common/content/io.js index ef3c3abd..ffebc794 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -555,6 +555,7 @@ function IO() //{{{ * * @param {string} dir The directory to search. * @default $HOME. + * @returns {nsIFile} The RC file or null if none is found. */ getRCFile: function (dir) {