Skip to content

Commit

Permalink
ddstring: Elaborated on Str_InitStatic() apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 6, 2012
1 parent 6363620 commit 3cc2ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/engine/api/dd_string.h
Expand Up @@ -101,6 +101,7 @@ void Str_InitStd(ddstring_t* ds);
/**
* Initializes @a ds with a static const C string. No memory allocation
* model is selected; use this for strings that remain constant.
* If the string is never modified calling Str_Free() is not needed.
*/
void Str_InitStatic(ddstring_t* ds, const char* staticConstStr);

Expand Down

0 comments on commit 3cc2ad6

Please sign in to comment.