-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
5 lines (5 loc) · 3.72 KB
/
index.html
1
2
3
4
5
<!DOCTYPE html PUBLIC ""
"">
<html><head><meta charset="UTF-8" /><title>Smangler 1.0.4</title><link rel="stylesheet" type="text/css" href="css/default.css" /><link rel="stylesheet" type="text/css" href="css/highlight.css" /><script type="text/javascript" src="js/highlight.min.js"></script><script type="text/javascript" src="js/jquery.min.js"></script><script type="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script><link rel="stylesheet" type="text/css" href="css/randomseed.css" /></head><body><div id="header"><h2>Generated by <a href="https://github.com/weavejester/codox">Codox</a></h2><h1><a href="index.html"><span class="project-title"><span class="project-name">Smangler</span> <span class="project-version">1.0.4</span></span></a></h1></div><div class="sidebar primary"><h3 class="no-link"><span class="inner">Project</span></h3><ul class="index-link"><li class="depth-1 current"><a href="index.html"><div class="inner">Index</div></a></li></ul><h3 class="no-link"><span class="inner">Topics</span></h3><ul><li class="depth-1 "><a href="splitting.html"><div class="inner"><span>Splitting</span></div></a></li><li class="depth-1 "><a href="trimming.html"><div class="inner"><span>Trimming</span></div></a></li></ul><h3 class="no-link"><span class="inner">Namespaces</span></h3><ul><li class="depth-1"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>smangler</span></div></div></li><li class="depth-2 branch"><a href="smangler.api.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>api</span></div></a></li><li class="depth-2"><a href="smangler.core.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>core</span></div></a></li></ul></div><div class="namespace-index" id="content"><h1><span class="project-title"><span class="project-name">Smangler</span> <span class="project-version">1.0.4</span></span></h1><div class="doc"><p>String mangling library for Clojure.</p></div><h2>Installation</h2><p>To install, add the following dependency to your project or build file:</p><pre class="deps">[io.randomseed/smangler "1.0.4"]</pre><h2>Topics</h2><ul class="topics"><li><a href="splitting.html">Splitting</a></li><li><a href="trimming.html">Trimming</a></li></ul><h2>Namespaces</h2><div class="namespace"><h3><a href="smangler.api.html">smangler.api</a></h3><div class="doc"><div class="markdown"><p>smangler library, API.</p>
</div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="smangler.api.html#var-all-prefixes">all-prefixes</a> </li><li> <a href="smangler.api.html#var-all-subs">all-subs</a> </li><li> <a href="smangler.api.html#var-all-suffixes">all-suffixes</a> </li><li> <a href="smangler.api.html#var-trim-both">trim-both</a> </li><li> <a href="smangler.api.html#var-trim-both-once">trim-both-once</a> </li><li> <a href="smangler.api.html#var-trim-both-once-with-orig">trim-both-once-with-orig</a> </li><li> <a href="smangler.api.html#var-trim-both-seq">trim-both-seq</a> </li></ul></div></div><div class="namespace"><h3><a href="smangler.core.html">smangler.core</a></h3><div class="doc"><div class="markdown"><p>smangler library, core imports.</p>
</div></div><div class="index"><p>Public variables and functions:</p><ul><li> <a href="smangler.core.html#var-all-prefixes">all-prefixes</a> </li><li> <a href="smangler.core.html#var-all-subs">all-subs</a> </li><li> <a href="smangler.core.html#var-all-suffixes">all-suffixes</a> </li><li> <a href="smangler.core.html#var-trim-both">trim-both</a> </li><li> <a href="smangler.core.html#var-trim-both-once">trim-both-once</a> </li></ul></div></div></div></body></html>