Skip to content

Commit

Permalink
Fixed dependency from swank-backend package for autodoc package.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Dec 14, 2024
1 parent ce74624 commit e22d710
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 40ants-doc.asd
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@


(asdf:register-system-packages "log4cl" '("LOG"))
(asdf:register-system-packages "swank" '("SWANK-BACKEND"
"SWANK/BACKEND"
"SWANK-MOP"))
2 changes: 2 additions & 0 deletions src/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@
"CLEAN-URLS"
;; These objects are not documented yet:
"40ANTS-DOC/COMMONDOC/XREF:XREF"))
(0.20.1 2024-12-14
"* Fixed dependency from swank-backend package for autodoc package.")
(0.20.0 2024-12-14
"* Type definitions now supported by 40ANTS-DOC/AUTODOC:DEFAUTODOC macro.
* Type expansion is shown for type definitions when building doc on SBCL.")
Expand Down

0 comments on commit e22d710

Please sign in to comment.