summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/doc/config/scripts/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qdoc3/doc/config/scripts/functions.js')
-rw-r--r--tools/qdoc3/doc/config/scripts/functions.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qdoc3/doc/config/scripts/functions.js b/tools/qdoc3/doc/config/scripts/functions.js
index af204d8..c966e40 100644
--- a/tools/qdoc3/doc/config/scripts/functions.js
+++ b/tools/qdoc3/doc/config/scripts/functions.js
@@ -75,7 +75,7 @@ var qturl = "";
// Process data sent back from the server. The data is structured as a XML.
/*
-XML structure handled by function processNokiaData()
+XML structure handled by function processDigiaData()
<page> - container for each page returned
<pageWords/> - contains keywords
<pageTitle/> - contains page title/header content
@@ -85,7 +85,7 @@ XML structure handled by function processNokiaData()
*/
-function processNokiaData(response){
+function processDigiaData(response){
/* fetch the responce from the server using page as the root element */
var propertyTags = response.getElementsByTagName('page');
/* reset counters */
@@ -238,7 +238,7 @@ function CheckEmptyAndLoadList()
$('.searching').remove();
$('#pageType').removeClass('loading');
- processNokiaData(response);
+ processDigiaData(response);
}
});