summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/xml.luadoc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-base/luasrc/xml.luadoc')
-rw-r--r--modules/luci-base/luasrc/xml.luadoc23
1 files changed, 0 insertions, 23 deletions
diff --git a/modules/luci-base/luasrc/xml.luadoc b/modules/luci-base/luasrc/xml.luadoc
deleted file mode 100644
index 58de533966..0000000000
--- a/modules/luci-base/luasrc/xml.luadoc
+++ /dev/null
@@ -1,23 +0,0 @@
----[[
-LuCI utility functions.
-]]
-module "luci.xml"
-
----[[
-Create valid XML PCDATA from given string.
-
-@class function
-@name pcdata
-@param value String value containing the data to escape
-@return String value containing the escaped data
-]]
-
----[[
-Strip HTML tags from given string.
-
-@class function
-@name striptags
-@param value String containing the HTML text
-@return String with HTML tags stripped of
-]]
-