mirror of https://github.com/texmacs/doc.git
Make new reference editing routines project-aware
This commit is contained in:
parent
83f19d8947
commit
8136d072a1
|
@ -6698,6 +6698,14 @@ source code.
|
||||||
<scm|array_string>.
|
<scm|array_string>.
|
||||||
</explain>
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(list-references* <scm-arg|bool>)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|list_refs> which returns
|
||||||
|
<scm|array_string>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
<\explain>
|
<\explain>
|
||||||
<scm|(get-auxiliary <scm-arg|string>)>
|
<scm|(get-auxiliary <scm-arg|string>)>
|
||||||
<explain-synopsis|no synopsis>
|
<explain-synopsis|no synopsis>
|
||||||
|
@ -6730,6 +6738,14 @@ source code.
|
||||||
<scm|array_string>.
|
<scm|array_string>.
|
||||||
</explain>
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(list-auxiliaries* <scm-arg|bool>)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|list_auxs> which returns
|
||||||
|
<scm|array_string>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
<\explain>
|
<\explain>
|
||||||
<scm|(get-attachment <scm-arg|string>)>
|
<scm|(get-attachment <scm-arg|string>)>
|
||||||
<explain-synopsis|no synopsis>
|
<explain-synopsis|no synopsis>
|
||||||
|
@ -6762,6 +6778,14 @@ source code.
|
||||||
<scm|array_string>.
|
<scm|array_string>.
|
||||||
</explain>
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(list-attachments* <scm-arg|bool>)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|list_atts> which returns
|
||||||
|
<scm|array_string>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
<\explain>
|
<\explain>
|
||||||
<scm|(make-htab <scm-arg|string>)>
|
<scm|(make-htab <scm-arg|string>)>
|
||||||
<explain-synopsis|no synopsis>
|
<explain-synopsis|no synopsis>
|
||||||
|
|
Loading…
Reference in New Issue