mirror of https://github.com/texmacs/doc.git
Further fine-tuning for Html export
This commit is contained in:
parent
84728d7843
commit
50d3ea544c
|
@ -6794,6 +6794,30 @@ source code.
|
||||||
<scm|string>.
|
<scm|string>.
|
||||||
</explain>
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(length-sub <scm-arg|string> <scm-arg|string>)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|sub_lengths> which returns
|
||||||
|
<scm|string>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(length-max <scm-arg|string> <scm-arg|string>)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|max_lengths> which returns
|
||||||
|
<scm|string>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(length-min <scm-arg|string> <scm-arg|string>)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|min_lengths> which returns
|
||||||
|
<scm|string>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
<\explain>
|
<\explain>
|
||||||
<scm|(length-mult <scm-arg|double> <scm-arg|string>)>
|
<scm|(length-mult <scm-arg|double> <scm-arg|string>)>
|
||||||
<explain-synopsis|no synopsis>
|
<explain-synopsis|no synopsis>
|
||||||
|
|
Loading…
Reference in New Issue