From aece9d3600e6f5464678ba21078ff620ae2e1c56 Mon Sep 17 00:00:00 2001 From: "j.goderbauer" <j.goderbauer@adito.de> Date: Tue, 28 May 2019 12:13:27 +0200 Subject: [PATCH] added small head comment text for KeywordData_lib --- process/KeywordData_lib/process.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/process/KeywordData_lib/process.js b/process/KeywordData_lib/process.js index f782c9e6b2..2342105c9b 100644 --- a/process/KeywordData_lib/process.js +++ b/process/KeywordData_lib/process.js @@ -3,6 +3,14 @@ import("system.db"); import("DataCaching_lib"); import("Sql_lib"); +/* +This is a experimental library. +The code will definetly change in the future while not keeping the same functionparameters and calls. You should not use this except you excatly know what you're doing. +Since the functions will change, comments are written for the future functions. + +The idea behind this is to maintain data in cached form (client-context-side)) for various keyword-constructs. +*/ + function KeywordData(){} KeywordData.getSimpleData = function (pKeywordContainer, pLocale) -- GitLab