mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
Remove doc of STKlos compatibility
As module/oop/goops/stklos.scm, the available compatibility is superficial only, so it isn't worth documenting. * doc/ref/goops.texi (STKlos Compatibility): Removed.
This commit is contained in:
parent
58ad1de7b1
commit
a8f8d5b11f
1 changed files with 0 additions and 14 deletions
|
@ -255,7 +255,6 @@ subsections.
|
||||||
@menu
|
@menu
|
||||||
* Slot Options::
|
* Slot Options::
|
||||||
* Class Options::
|
* Class Options::
|
||||||
* STKlos Compatibility::
|
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Slot Options
|
@node Slot Options
|
||||||
|
@ -493,19 +492,6 @@ If the @code{#:name} option is absent, GOOPS uses the first argument to
|
||||||
@code{define-class} as the class name.
|
@code{define-class} as the class name.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@node STKlos Compatibility
|
|
||||||
@subsection STKlos Compatibility
|
|
||||||
|
|
||||||
If the STKlos compatibility module is loaded, @code{define-class} is
|
|
||||||
overwritten by a STKlos-specific definition; the standard GOOPS
|
|
||||||
definition of @code{define-class} remains available in
|
|
||||||
@code{standard-define-class}.
|
|
||||||
|
|
||||||
@deffn syntax standard-define-class name (super @dots{}) slot-definition @dots{} . options
|
|
||||||
@code{standard-define-class} is equivalent to the standard GOOPS
|
|
||||||
@code{define-class}.
|
|
||||||
@end deffn
|
|
||||||
|
|
||||||
@node Creating Instances
|
@node Creating Instances
|
||||||
@section Creating Instances
|
@section Creating Instances
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue