summaryrefslogtreecommitdiffhomepage
path: root/docs/api/index.html
diff options
context:
space:
mode:
authorSven Roederer <freifunk@it-solutions.geroedel.de>2019-07-06 14:18:15 +0200
committerJo-Philipp Wich <jo@mein.io>2020-07-19 20:14:35 +0200
commit68521fca04e9b2ae801cc2daa4f920a2c43bc03f (patch)
treec156d044c3f3ed1e970b0398045ead3624c75b12 /docs/api/index.html
parent8b8d83e42dd3d10d82e29a8614a7b3e3e94b16c6 (diff)
luci-base(-libs): move pcdata() and striptags() from util- to xml-class
To complete the previous commit these functions are defined in the resulting luci-base package but are also used in the new luci-base-libs package. So move them into the new xml-module of the new package. Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
Diffstat (limited to 'docs/api/index.html')
-rw-r--r--docs/api/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/api/index.html b/docs/api/index.html
index 5e3f3c211a..66a27a33bc 100644
--- a/docs/api/index.html
+++ b/docs/api/index.html
@@ -127,6 +127,10 @@
</li>
<li>
+ <a href="modules/luci.xml.html">luci.xml</a>
+ </li>
+
+ <li>
<a href="modules/nixio.html">nixio</a>
</li>
@@ -329,6 +333,11 @@ LuCI system utilities / wifi related functions.</td>
</tr>
<tr>
+ <td class="name"><a href="modules/luci.xml.html">luci.xml</a></td>
+ <td class="summary"></td>
+ </tr>
+
+ <tr>
<td class="name"><a href="modules/nixio.html">nixio</a></td>
<td class="summary">
General POSIX IO library.</td>