Commit f88fde18 authored by Claes Sjofors's avatar Claes Sjofors

Gdh doc fix

parent 7325c6de
...@@ -5411,7 +5411,7 @@ void gdh_GetStrDL(char* sp, /**< Direct link to string attribute */ ...@@ -5411,7 +5411,7 @@ void gdh_GetStrDL(char* sp, /**< Direct link to string attribute */
* lck_Create(&sts, lck_eLock_Str). * lck_Create(&sts, lck_eLock_Str).
*/ */
void gdh_SetStrDL(char* sp, /**< Direct link to string attribute */ void gdh_SetStrDL(char* sp, /**< Direct link to string attribute */
char* str, /**< Time value to set */ char* str, /**< String value to set */
int size /**< Size of string */ int size /**< Size of string */
) )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment