diff --git a/docs/Language/cli.pod6 b/docs/Language/cli.pod6 index 743142a..733272f 100644 --- a/docs/Language/cli.pod6 +++ b/docs/Language/cli.pod6 @@ -59,7 +59,8 @@ B C. =head2 X<-c, --cache> -If C, L will be used to load +If C, L will be used +to load the pods and create a cache. B. B C. @@ -191,4 +192,4 @@ The command used to generated the documentation for C is: documentable start --topdir=docs -v -a --highlight --highlight-path="/highlights" =end code -=end pod \ No newline at end of file +=end pod diff --git a/docs/Type/Documentable/Registry.pod6 b/docs/Type/Documentable/Registry.pod6 index 8a7029b..f143f71 100644 --- a/docs/Type/Documentable/Registry.pod6 +++ b/docs/Type/Documentable/Registry.pod6 @@ -96,7 +96,7 @@ Defined as method pod-cache(--> Pod::To::Cached) -Returns the instance of L used +Returns the instance of L used to cache pod6 files. =head2 method use-cache @@ -128,7 +128,7 @@ Creates a new instance of the class. =item C<$topdir>: directory containing all the pod6 sources. =item C<@dirs>: subdirectories of C<$topdir> containing pod6 sources. =item C<$verbose>: if C, additional information will be printed. -=item C<$use-cache>: use L to create a pod6 cache. +=item C<$use-cache>: use L to create a pod6 cache. Example: @@ -221,4 +221,4 @@ Returns all L objects with C<$.name> set to C<$ Equivalent to C<.lookup($name, :by)>. -=end pod \ No newline at end of file +=end pod