pull/1/head
Matthew Butterick 10 years ago
parent 668032cec6
commit ae05626da9

@ -1,6 +1,8 @@
#lang setup/infotab
(define name "Describe")
(define collection "Describe")
(define scribblings '(("scribblings/describe.scrbl" ())))
(define blurb
(list "This library provides routines to describe Racket objects."))
(define scribblings '(("describe.scrbl" ())))

@ -1,10 +1,10 @@
#lang scribble/doc
@(require scribble/manual
(planet williams/describe/describe)
describe
(for-label
racket
(planet williams/describe/describe)))
describe))
@title[#:tag "describe"]{Describe}
@ -42,7 +42,7 @@ This library provides functions to describe Racket objects. Currently, the follo
The describe library is available from the PLaneT repository.
@defmodule[(planet williams/describe/describe)]
@defmodule[describe]
@table-of-contents[]
Loading…
Cancel
Save