diff --git a/pkg/arvo/lib/dprint.hoon b/pkg/arvo/lib/dprint.hoon index 6b96645653..f85bab58a8 100644 --- a/pkg/arvo/lib/dprint.hoon +++ b/pkg/arvo/lib/dprint.hoon @@ -1,5 +1,5 @@ :: A library for printing doccords -=/ debug & +=/ debug | => |% :> an overview of all named things in the type. @@ -54,8 +54,7 @@ == :: -- -:> # %dprint -|% +|% %dprint :> contains arms used for looking for docs inside of a type :> :> the entrypoint for finding docs within a type is +find-item-in-type. diff --git a/pkg/arvo/tests/lib/dprint.hoon b/pkg/arvo/tests/lib/dprint.hoon index 81bdf90cef..4b3fe8fbba 100644 --- a/pkg/arvo/tests/lib/dprint.hoon +++ b/pkg/arvo/tests/lib/dprint.hoon @@ -4,12 +4,10 @@ :: => => :: This core is for testing core and chapter docs. - :> # %core-test - :> :> core-summary :> :> core-description - |% + |% %core-test :> chapter-summary :> :> chapter-description @@ -17,10 +15,8 @@ ++ empty ~ -- :: - :> # %test-arms - :> :> arms used for testing arm documentation - |% + |% %test-arms +| %types +$ arm-dox [tape what what what] +$ core-dox [tape what] @@ -187,10 +183,8 @@ :: -- :: -:> # %dprint-tests -:> :> contains the actual tests to be run by -test -|% +|% %dprint-tests ++ test-no-doc %+ expect-eq !> (get-arm-dox ~[%no-doc])