-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bd76ea
commit 6af25b2
Showing
2 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[basic] | ||
class Perl6::Documentable | ||
class Perl6::Documentable::Registry | ||
class Perl6::Documentable::Primary is Perl6::Documentable | ||
class Perl6::Documentable::Secondary is Perl6::Documentable | ||
class Perl6::Documentable::Index is Perl6::Documentable | ||
class Perl6::Documentable::Config | ||
class Perl6::Documentable::Heading::Actions | ||
class Perl6::Documentable::Heading::Grammar | ||
class Perl6::Documentable::Search | ||
|
||
[basic] | ||
class Perl6::Documentable::DocPage::Factory | ||
class Perl6::Documentable::DocPage::Index | ||
class Perl6::Documentable::DocPage::Index::Language is Perl6::Documentable::DocPage | ||
class Perl6::Documentable::DocPage::Index::Programs is Perl6::Documentable::DocPage | ||
class Perl6::Documentable::DocPage::Index::Type is Perl6::Documentable::DocPage | ||
class Perl6::Documentable::DocPage::SubIndex::Type is Perl6::Documentable::DocPage | ||
class Perl6::Documentable::DocPage::Index::Routine is Perl6::Documentable::DocPage | ||
class Perl6::Documentable::DocPage::SubIndex::Routine is Perl6::Documentable::DocPage | ||
class Perl6::Documentable::DocPage::Secondary is Perl6::Documentable::DocPage | ||
class Perl6::Documentable::DocPage::Primary::Type is Perl6::Documentable::DocPage | ||
class Perl6::Documentable::DocPage::Primary::Language is Perl6::Documentable::DocPage | ||
class Perl6::Documentable::DocPage::Primary::Programs is Perl6::Documentable::DocPage | ||
class Perl6::Documentable::To::HTML::Wrapper | ||
|
||
[basic] | ||
role Perl6::Documentable::DocPage | ||
|
||
[exceptions] | ||
class X::Documentable::TitleNotFound is Exception | ||
class X::Documentable::SubtitleNotFound is Exception | ||
class X::Documentable::MissingMetadata is Exception | ||
class X::Documentable::Config::InvalidConfig is Exception | ||
class X::Documentable::TypeNotFound is Exception | ||
|
||
[basic] | ||
enum Kind |