You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/01/30 06:58:23 UTC

[isis] branch master updated: ISIS-2444: CLI: fixes typo in README.adoc also

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new cc95ed7  ISIS-2444: CLI: fixes typo in README.adoc also
cc95ed7 is described below

commit cc95ed7a8fc5e31cb8ea5445f2b4552c5c706259
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Jan 30 07:58:12 2021 +0100

    ISIS-2444: CLI: fixes typo in README.adoc also
---
 tooling/cli/README.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tooling/cli/README.adoc b/tooling/cli/README.adoc
index f0d3e3a..6fe30d3 100644
--- a/tooling/cli/README.adoc
+++ b/tooling/cli/README.adoc
@@ -83,7 +83,7 @@ projectDoc:
   documentGlobalIndexPath: "pages/index"                                  # <.>
   documentGlobalIndexXrefPageIdFormat: "system:generated:index/%s.adoc"   # <.>
   systemOverviewFilename: "system-overview.adoc"                          # <.>                 
-  fixOrphandedAdocIncludeStatements: true                                 # <.>
+  fixOrphanedAdocIncludeStatements: true                                  # <.>
   namespacePartsSkipCount: 3                                              # <.>
   artifactGroups:                                                         # <.>
     Base: org.apache.isis
@@ -98,11 +98,11 @@ projectDoc:
 <.> the output target root for generated _adoc_; corresponds to command line option `-o` (if empty the current dir is used)
 <.> sub-folder name for _adoc_ pages
 <.> sub-folder name for the _Document Global Index_
-<.> format for include statements via which other _adoc_ files may refer to the Document Global Index  
+<.> format for include statements via which other _adoc_ files may refer to the _Document Global Index_  
 <.> name of the _System Overview_ (adoc) file  
 <.> whether to activate the `OrphanedIncludeStatementFixer`
-<.> how many namespace parts in a _fqn_ one wants to skip, eg. in `org.apache.isis.applib.Xxx` if we skip 3 namespace parts we'll end up with `applib.Xxx`
-<.> Logical grouping of artifacts for the system overview, if not specified the natural Maven project hierarchy is reflected as is.
+<.> how many namespace parts in a _fqn_ one wants to skip when generating the _Document Global Index_, eg. in `org.apache.isis.applib.Xxx` if we skip 3 namespace parts we'll end up with `applib.Xxx`
+<.> logical grouping of artifacts for the system overview, if not specified the natural Maven project hierarchy is reflected as is
 
 
 The CLI also has an experimental `OrphanedIncludeStatementFixer` that checks orphaned index references in all _adoc_ files and tries to fix them.