use deprecated from manual, deprecate 'deprecate' in common

This commit is contained in:
Matthias Felleisen 2012-04-28 13:18:35 -04:00
parent 9ef66b80ea
commit 2992fa122d
2 changed files with 8 additions and 7 deletions

View File

@ -20,8 +20,8 @@
(list (make-background-color-property "yellow"))) (list (make-background-color-property "yellow")))
content)) content))
(define (deprecated) (define (deprecated2)
@para{@yellow{@bold{WARNING:}} All bindings in this section are scheduled for removal @para{@yellow{@bold{WARNING:}}
after version 5.2.1.}) All bindings in this section are scheduled for removal after version 5.2.1.})

View File

@ -10,10 +10,11 @@ component can be scripted in MysterX if it supports OLE Automation via
the @tt{IDispatch} interface, and if it publishes type information the @tt{IDispatch} interface, and if it publishes type information
using the @tt{ITypeInfo} interface. using the @tt{ITypeInfo} interface.
@yellow{@bold{NOTE:}} MysterX is supported but depracated; use @deprecated[(list @racketmodname[ffi/com] " or " @racketmodname[ffi/unsafe/com])]{
@racketmodname[ffi/com] or @racketmodname[ffi/unsafe/com], instead. MysterX formerly provided @as-index{ActiveX} support. We no longer support
MysterX formerly provided @as-index{ActiveX} the ActiveX functionality.}
support, but ActiveX support has been discontinued.
@;MysterX is supported but deprecated; MysterX formerly provided @as-index{ActiveX} support, but ActiveX support has been discontinued.
@defmodule[mysterx] @defmodule[mysterx]