diff options
Diffstat (limited to '')
| -rw-r--r-- | src/fbasicstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fbasicstring.h b/src/fbasicstring.h index 82c5137..7167f4a 100644 --- a/src/fbasicstring.h +++ b/src/fbasicstring.h | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | namespace Bu | 26 | namespace Bu |
| 27 | { | 27 | { |
| 28 | /** @cond DEVEL */ | ||
| 28 | template< typename chr > | 29 | template< typename chr > |
| 29 | struct FStringChunk | 30 | struct FStringChunk |
| 30 | { | 31 | { |
| @@ -166,6 +167,7 @@ namespace Bu | |||
| 166 | nLength += pNewChunk->nLength; | 167 | nLength += pNewChunk->nLength; |
| 167 | } | 168 | } |
| 168 | }; | 169 | }; |
| 170 | /** @endcond */ | ||
| 169 | 171 | ||
| 170 | /** | 172 | /** |
| 171 | * Flexible String class. This class was designed with string passing and | 173 | * Flexible String class. This class was designed with string passing and |
