File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -341,9 +341,9 @@ most easily in the [clod](http://quickdocs.org/clod/api) api documentation] at [
341341
342342 (ql:quickload :clml.docs :verbose t)
343343 (in-package :clml.docs)
344- (generate-clml- api-docs)
344+ (generate-api-docs)
345345
346- The generate-clml- api-docs form enerates Org API documentation in the ** clml/docs/api** directory from loaded packages for
346+ The generate-api-docs form enerates Org API documentation in the ** clml/docs/api** directory from loaded packages for
347347CLML for packages matching the following prefix patterns:
348348
349349 +^clml[.]
Original file line number Diff line number Diff line change @@ -214,10 +214,10 @@ Here is a quick demonstration:
214214#+BEGIN_SRC lisp
215215(ql:quickload :clml.docs :verbose t)
216216(in-package :clml.docs)
217- (generate-clml- api-docs)
217+ (generate-api-docs)
218218#+END_SRC
219219
220- The generate-clml- api-docs form enerates Org API documentation in the *clml/docs/api* directory from loaded packages for
220+ The generate-api-docs form enerates Org API documentation in the *clml/docs/api* directory from loaded packages for
221221CLML for packages matching the following prefix patterns:
222222#+BEGIN_SRC lisp
223223 +^clml[.]
@@ -230,7 +230,7 @@ CLML for packages matching the following prefix patterns:
230230 Documentation is in the form of Org files where one Org file per package is placed in
231231 *clml/docs/api*. A package index file containing Org INCLUDE
232232 directives that include
233- Org files generated by the form *generate-clml- api-docs* are placed
233+ Org files generated by the form *generate-api-docs* are placed
234234 in *clml/docs/api/index.org*.
235235
236236 The CLML users manual includes the generated API documentation file index.org,
Original file line number Diff line number Diff line change @@ -7347,14 +7347,14 @@ <h4 id="sec-22-2-1"><span class="section-number-4">22.2.1</span> External Functi
73477347
73487348
73497349<div id="outline-container-sec-22-2-1-1" class="outline-5">
7350- <h5 id="sec-22-2-1-1"><span class="section-number-5">22.2.1.1</span> Function: <code>generate-clml- api-docs</code></h5>
7350+ <h5 id="sec-22-2-1-1"><span class="section-number-5">22.2.1.1</span> Function: <code>generate-api-docs</code></h5>
73517351<div class="outline-text-5" id="text-22-2-1-1">
73527352</div><div id="outline-container-sec-22-2-1-1-1" class="outline-6">
73537353<h6 id="sec-22-2-1-1-1"><span class="section-number-6">22.2.1.1.1</span> Syntax</h6>
73547354<div class="outline-text-6" id="text-22-2-1-1-1">
73557355<div class="org-src-container">
73567356
7357- <pre class="src src-lisp"><span style="color: #7f7f7f;">(</span>generate-clml- api-docs<span style="color: #7f7f7f;">)</span>
7357+ <pre class="src src-lisp"><span style="color: #7f7f7f;">(</span>generate-api-docs<span style="color: #7f7f7f;">)</span>
73587358</pre>
73597359</div>
73607360</div>
You can’t perform that action at this time.
0 commit comments