Skip to content

Commit

Permalink
Fixed warnings in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Apr 15, 2021
1 parent 6f15816 commit 058a69f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/doc.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"FOO-EXAMPLE"
"*FOO-STATE*"
"BAZ"
"BAR"
"OTHER-PACKAGE:SOMETHING"))
"
[![](http://github-actions.40ants.com/40ants/doc/matrix.svg)](https://github.com/40ants/doc)
Expand Down Expand Up @@ -504,7 +505,8 @@ In future I'm planning to extend this fork. Learn more in the @TODO section.")


(defsection @reference-based-extensions
(:title "Reference Based Extensions")
(:title "Reference Based Extensions"
:ignore-words ("DEFINE-DIRECTION"))
"Let's see how to extend 40ANTS-DOC/DOCUMENT::DOCUMENT and `M-.` navigation if there is
no first class object to represent the thing of interest. Recall
that 40ANTS-DOC/LOCATIVES/BASE::LOCATE returns a 40ANTS-DOC/REFERENCE::REFERENCE object in this case. 40ANTS-DOC/DOCUMENT::DOCUMENT-OBJECT
Expand Down

0 comments on commit 058a69f

Please sign in to comment.