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")))
content))
(define (deprecated)
@para{@yellow{@bold{WARNING:}} All bindings in this section are scheduled for removal
after version 5.2.1.})
(define (deprecated2)
@para{@yellow{@bold{WARNING:}}
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
using the @tt{ITypeInfo} interface.
@yellow{@bold{NOTE:}} MysterX is supported but depracated; use
@racketmodname[ffi/com] or @racketmodname[ffi/unsafe/com], instead.
MysterX formerly provided @as-index{ActiveX}
support, but ActiveX support has been discontinued.
@deprecated[(list @racketmodname[ffi/com] " or " @racketmodname[ffi/unsafe/com])]{
MysterX formerly provided @as-index{ActiveX} support. We no longer support
the ActiveX functionality.}
@;MysterX is supported but deprecated; MysterX formerly provided @as-index{ActiveX} support, but ActiveX support has been discontinued.
@defmodule[mysterx]