mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-28 03:50:00 +00:00
Add comment in lstrings.h
This commit is contained in:
parent
16fd47ad8f
commit
7b1b9823ff
@ -229,6 +229,7 @@ docstring const ltrim(docstring const & a, char const * p = " ");
|
|||||||
will be the whole of the string if no delimiter is found.
|
will be the whole of the string if no delimiter is found.
|
||||||
The return value is what follows delim, if anything. So the return
|
The return value is what follows delim, if anything. So the return
|
||||||
value is the null string if no delimiter is found.
|
value is the null string if no delimiter is found.
|
||||||
|
'a' and 'piece' must be different variables.
|
||||||
Examples:
|
Examples:
|
||||||
\code
|
\code
|
||||||
s1= "a;bc"; s2= ""
|
s1= "a;bc"; s2= ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user