mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-13 20:09:59 +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.
|
||||
The return value is what follows delim, if anything. So the return
|
||||
value is the null string if no delimiter is found.
|
||||
'a' and 'piece' must be different variables.
|
||||
Examples:
|
||||
\code
|
||||
s1= "a;bc"; s2= ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user