From f5c94b4be62d2cc18dcedf0bcdd51dc24b50a16c Mon Sep 17 00:00:00 2001 From: Adrian Pemsel Date: Thu, 3 Mar 2016 09:50:00 +0100 Subject: [PATCH] update documentation --- ...ributedString.MutableAttributedString.html | 8 +- ...butedString.TokenizedAttributedString.html | 126 +++++-- ...sel.AttributedString.AttributedString.html | 2 +- ...ributedString.MutableAttributedString.html | 233 ++++++------ ...butedString.TokenizedAttributedString.html | 349 ++++++++++-------- 5 files changed, 403 insertions(+), 315 deletions(-) diff --git a/doc/class-apemsel.AttributedString.MutableAttributedString.html b/doc/class-apemsel.AttributedString.MutableAttributedString.html index e26f6bb..55b33d7 100644 --- a/doc/class-apemsel.AttributedString.MutableAttributedString.html +++ b/doc/class-apemsel.AttributedString.MutableAttributedString.html @@ -124,7 +124,7 @@

Class MutableAttributedString

Author: Adrian Pemsel apemsel@gmail.com
- Located at MutableAttributedString.php + Located at MutableAttributedString.php
@@ -144,7 +144,7 @@

Class MutableAttributedString

# - insert( integer $pos, string $string ) + insert( integer $pos, string $string )

Insert string at given offset

@@ -180,7 +180,7 @@

Parameters

# - delete( integer $pos, integer $length ) + delete( integer $pos, integer $length )

Delete substring of given offset and length

@@ -216,7 +216,7 @@

Parameters

# - mb_substr_replace( string $string, string $replacement, integer $start, integer $length = NULL ) + mb_substr_replace( string $string, string $replacement, integer $start, integer $length = NULL )

Missing mb_substr_replace() implementation

diff --git a/doc/class-apemsel.AttributedString.TokenizedAttributedString.html b/doc/class-apemsel.AttributedString.TokenizedAttributedString.html index 768402d..8d24685 100644 --- a/doc/class-apemsel.AttributedString.TokenizedAttributedString.html +++ b/doc/class-apemsel.AttributedString.TokenizedAttributedString.html @@ -125,7 +125,7 @@

Class TokenizedAttributedString

Author: Adrian Pemsel apemsel@gmail.com
- Located at TokenizedAttributedString.php + Located at TokenizedAttributedString.php
@@ -145,7 +145,7 @@

Class TokenizedAttributedString

# - __construct( string|apemsel\AttributedString\AttributedString $string, string $tokenizer = "whitespace" ) + __construct( string|apemsel\AttributedString\AttributedString $string, string $tokenizer = "whitespace" )
@@ -183,7 +183,7 @@

Overrides

# - getTokens( ) + getTokens( )

Return all tokens

@@ -209,14 +209,14 @@

Returns

public - in[] + int[]
# - getTokenOffsets( ) + getTokenOffsets( )

Return all tokens' offsets

@@ -229,7 +229,40 @@

Returns

Returns

- in[]
offsets + int[]
offsets +
+ + + + +
+
+ + + + + public + integer + + + + +
+ # + getTokenCount( ) + +
+

Return the number of tokens

+
+ +