moved the docs-complete library into rackunit

to avoid having a separate, new manual for the
  one library

original commit: 507b1cd8fd81cd9c5fcf466a2a0c4c47433b0795
This commit is contained in:
Robby Findler 2011-05-05 14:56:40 -05:00
parent 5f20e27dc1
commit 864ae93889
2 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@ from novices to experts.
@include-section["quick-start.scrbl"] @include-section["quick-start.scrbl"]
@include-section["philosophy.scrbl"] @include-section["philosophy.scrbl"]
@include-section["api.scrbl"] @include-section["api.scrbl"]
@include-section["utils.scrbl"]
@include-section["internals.scrbl"] @include-section["internals.scrbl"]
@include-section["release-notes.scrbl"] @include-section["release-notes.scrbl"]
@include-section["acknowledgements.scrbl"] @include-section["acknowledgements.scrbl"]

View File

@ -3,10 +3,10 @@
@(require scribble/manual @(require scribble/manual
(for-label racket)) (for-label racket))
@title{Internal Testing Utilities} @title{Testing Utilities}
@section{Checking documentation completeness} @section{Checking documentation completeness}
@defmodule[tests/utils/docs-complete] @defmodule[rackunit/docs-complete]
@defproc[(check-docs [lib symbol?] @defproc[(check-docs [lib symbol?]
[#:skip skip [#:skip skip