tidy: minor doc improvements + String::share() with explicit mm
This commit is contained in:
parent
07b6cc949f
commit
9761688cfe
4 changed files with 13 additions and 1 deletions
|
|
@ -17,6 +17,8 @@ namespace xo {
|
|||
|
||||
/** create shared string @p s, using allocator @ref Object::mm **/
|
||||
static gp<String> share(const char * s);
|
||||
/** create shared string @p s, using allocator @p mm **/
|
||||
static gp<String> share(gc::IAlloc * mm, const char * s);
|
||||
/** create copy of string @p s, using allocator @ref Object::mm **/
|
||||
static gp<String> copy(const char * s);
|
||||
/** create copy of string @p s, using allocator @p mm **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue