Skip to content

Commit

Permalink
Split files by directories. Merge hrls. Move type information to file…
Browse files Browse the repository at this point in the history
…s from .hrl-files.
  • Loading branch information
arcusfelis committed Feb 14, 2012
1 parent 2feba99 commit 73e5e7a
Show file tree
Hide file tree
Showing 90 changed files with 888 additions and 2,763 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -10,7 +10,7 @@ all:
edoc:
@$(REBAR) skip_deps=true doc

test:
eunit:
@$(REBAR) skip_deps=true eunit

clean:
Expand Down
16 changes: 11 additions & 5 deletions doc/README.md
@@ -1,18 +1,24 @@


<h1>The ux application</h1>
#The ux application#

The ux application
==================

##Packages##

<h2 class="indextitle">Modules</h2>

<table width="100%" border="0" summary="list of packages"><tr><td><a href="uca/package-summary.md" class="package">uca</a></td></tr><tr><td><a href="unidata/package-summary.md" class="package">unidata</a></td></tr><tr><td><a href="utils/package-summary.md" class="package">utils</a></td></tr></table>



##Modules##


<table width="100%" border="0" summary="list of modules">
<tr><td><a href="ux_char.md" class="module">ux_char</a></td></tr>
<tr><td><a href="ux_gb.md" class="module">ux_gb</a></td></tr>
<tr><td><a href="ux_string.md" class="module">ux_string</a></td></tr>
<tr><td><a href="ux_types.md" class="module">ux_types</a></td></tr>
<tr><td><a href="ux_uca.md" class="module">ux_uca</a></td></tr>
<tr><td><a href="ux_uca_options.md" class="module">ux_uca_options</a></td></tr></table>
<tr><td><a href="ux_uca_options.md" class="module">ux_uca_options</a></td></tr>
<tr><td><a href="ux_wb.md" class="module">ux_wb</a></td></tr></table>

4 changes: 2 additions & 2 deletions doc/edoc-info
@@ -1,3 +1,3 @@
{application,ux}.
{packages,[]}.
{modules,[ux_char,ux_string,ux_uca,ux_uca_options]}.
{packages,[uca,unidata,utils]}.
{modules,[ux_char,ux_gb,ux_string,ux_types,ux_uca,ux_uca_options,ux_wb]}.
3 changes: 3 additions & 0 deletions doc/uca/package-summary.md
@@ -0,0 +1,3 @@


#Package uca#
18 changes: 6 additions & 12 deletions doc/ux_uca_compress.md → doc/uca/ux_uca_compress.md
@@ -1,33 +1,27 @@
Module ux_uca_compress
======================


<h1>Module ux_uca_compress</h1>

#Module ux_uca_compress#
* [Function Index](#index)
* [Function Details](#functions)




<a name="index"></a>


<h2><a name="index">Function Index</a></h2>

##Function Index##


<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#reassign_fun-3">reassign_fun/3</a></td><td></td></tr></table>


<a name="functions"></a>


<h2><a name="functions">Function Details</a></h2>

##Function Details##

<a name="reassign_fun-3"></a>

<h3>reassign_fun/3</h3>

###reassign_fun/3##



Expand Down
7 changes: 7 additions & 0 deletions doc/uca/ux_uca_extract.md
@@ -0,0 +1,7 @@


#Module ux_uca_extract#




29 changes: 10 additions & 19 deletions doc/ux_uca_options.md → doc/uca/ux_uca_options.md
@@ -1,9 +1,6 @@
Module ux_uca_options
=====================


<h1>Module ux_uca_options</h1>

#Module ux_uca_options#
* [Description](#description)
* [Function Index](#index)
* [Function Details](#functions)
Expand All @@ -12,32 +9,28 @@ Module ux_uca_options
This library contains functions for manipulating with
a configuration of sorting.

<a name="description"></a>


<h2><a name="description">Description</a></h2>

##Description##
You can use it as:
`C = ux_uca_options:get_options(shifted).`
And then:
`ux_uca:sort(C, ["string1", "string2", "string3").`

<h2><a name="index">Function Index</a></h2>
`ux_uca:sort(C, ["string1", "string2", "string3").`<a name="index"></a>

##Function Index##


<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#get_options-0">get_options/0</a></td><td></td></tr><tr><td valign="top"><a href="#get_options-1">get_options/1</a></td><td></td></tr><tr><td valign="top"><a href="#get_options-2">get_options/2</a></td><td>If you want use this library without import *.hrl, you can create
a #uca_options {} record with this function.</td></tr></table>


<a name="functions"></a>


<h2><a name="functions">Function Details</a></h2>

##Function Details##

<a name="get_options-0"></a>

<h3>get_options/0</h3>

###get_options/0##



Expand All @@ -46,8 +39,7 @@ a #uca_options {} record with this function.</td></tr></table>

<a name="get_options-1"></a>

<h3>get_options/1</h3>

###get_options/1##



Expand All @@ -56,8 +48,7 @@ a #uca_options {} record with this function.</td></tr></table>

<a name="get_options-2"></a>

<h3>get_options/2</h3>

###get_options/2##



Expand Down
@@ -1,33 +1,27 @@
Module ux_uca_sort_key_binary
=============================


<h1>Module ux_uca_sort_key_binary</h1>

#Module ux_uca_sort_key_binary#
* [Function Index](#index)
* [Function Details](#functions)




<a name="index"></a>


<h2><a name="index">Function Index</a></h2>

##Function Index##


<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#sort_key-2">sort_key/2</a></td><td></td></tr></table>


<a name="functions"></a>


<h2><a name="functions">Function Details</a></h2>

##Function Details##

<a name="sort_key-2"></a>

<h3>sort_key/2</h3>

###sort_key/2##



Expand Down
@@ -1,33 +1,27 @@
Module ux_uca_sort_key_binary_cs
================================


<h1>Module ux_uca_sort_key_binary_cs</h1>

#Module ux_uca_sort_key_binary_cs#
* [Function Index](#index)
* [Function Details](#functions)




<a name="index"></a>


<h2><a name="index">Function Index</a></h2>

##Function Index##


<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#sort_key-2">sort_key/2</a></td><td></td></tr></table>


<a name="functions"></a>


<h2><a name="functions">Function Details</a></h2>

##Function Details##

<a name="sort_key-2"></a>

<h3>sort_key/2</h3>

###sort_key/2##



Expand Down
18 changes: 6 additions & 12 deletions doc/ux_uca_sort_key_list.md → doc/uca/ux_uca_sort_key_list.md
@@ -1,33 +1,27 @@
Module ux_uca_sort_key_list
===========================


<h1>Module ux_uca_sort_key_list</h1>

#Module ux_uca_sort_key_list#
* [Function Index](#index)
* [Function Details](#functions)




<a name="index"></a>


<h2><a name="index">Function Index</a></h2>

##Function Index##


<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#sort_key-2">sort_key/2</a></td><td></td></tr></table>


<a name="functions"></a>


<h2><a name="functions">Function Details</a></h2>

##Function Details##

<a name="sort_key-2"></a>

<h3>sort_key/2</h3>

###sort_key/2##



Expand Down
@@ -1,33 +1,27 @@
Module ux_uca_sort_key_uncompressed
===================================


<h1>Module ux_uca_sort_key_uncompressed</h1>

#Module ux_uca_sort_key_uncompressed#
* [Function Index](#index)
* [Function Details](#functions)




<a name="index"></a>


<h2><a name="index">Function Index</a></h2>

##Function Index##


<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#sort_key-2">sort_key/2</a></td><td></td></tr></table>


<a name="functions"></a>


<h2><a name="functions">Function Details</a></h2>

##Function Details##

<a name="sort_key-2"></a>

<h3>sort_key/2</h3>

###sort_key/2##



Expand Down

0 comments on commit 73e5e7a

Please sign in to comment.