fix section declarations in modules

This commit is contained in:
rolux 2012-06-24 17:33:13 +02:00
commit fa84921333
3 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ Ox.load.Unicode = function(options, callback) {
Ox.getJSON(Ox.PATH + 'Ox.Unicode/json/Ox.Unicode.json?' + Ox.VERSION, function(chars) {
//@ Constants ----------------------------------------------------------
//@ Constants
//@ Ox.UNICODE_CHARACTERS <o> Unicode characters
Ox.UNICODE_CHARACTERS = chars;
@ -25,10 +25,10 @@ Ox.load.Unicode = function(options, callback) {
byType[data.type].push(char);
});
//@ Functions ----------------------------------------------------------
//@ Functions
/*@
Ox.getCharactersByASCII <f> Returns all unicode equivalents of a given ASCII string
Ox.getCharactersByASCII <f> Returns all unicode equivalents of a given ASCII character
(ascii) -> <[s]> Unicode Characters
ascii <s> ASCII string
> Ox.getCharactersByASCII('A').length