Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
asdf
Commits
5a3513d4
Commit
5a3513d4
authored
Aug 02, 2019
by
Jan Moringen
Browse files
Doc: Missing defsystem fields
parent
0943f47f
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/asdf.texinfo
View file @
5a3513d4
...
...
@@ -1456,6 +1456,7 @@ Presumably, the 4th form looks like @code{(defparameter *foo-version* "5.6.7")}.
@defrule{system-option} :defsystem-depends-on @refrule{system-list}
| :weakly-depends-on @refrule{system-list}
| :class @var{class-name} # @pxref{System class names}
| :build-pathname @refrule{pathname-specifier}
| :build-operation @refrule{operation-name}
| @refrule{system-option/asdf3}
| @refrule{module-option}
...
...
@@ -1476,7 +1477,11 @@ Presumably, the 4th form looks like @code{(defparameter *foo-version* "5.6.7")}.
@defrule{module-option} :components @refrule{component-list}
| :serial [ t | nil ]
@defrule{option} :pathname @refrule{pathname-specifier}
@defrule{option} :description @var{string}
| :long-description @var{string}
| :author @refrule{person-or-persons}
| :maintainer @refrule{person-or-persons}
| :pathname @refrule{pathname-specifier}
| :default-component-class @var{class-name}
| :perform @refrule{method-form}
| :explain @refrule{method-form}
...
...
@@ -1486,6 +1491,8 @@ Presumably, the 4th form looks like @code{(defparameter *foo-version* "5.6.7")}.
| :depends-on ( @refrule{dependency-def}* )
| :in-order-to ( @refrule{dependency}+ )
@defrule{person-or-persons} @var{string} | ( @var{string}+ )
@defrule{system-list} ( @refrule{simple-component-name}* )
@defrule{component-list} ( @refrule{component-def}* )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment