File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
src/site/antora/modules/ROOT/pages/manual Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -952,6 +952,10 @@ See the table below for abbreviation examples:
952952|org.apache.commons.Foo
953953|o.a.c.Foo
954954
955+ |%c{2.}
956+ |org.apache.commons.Foo
957+ |or.ap.co.Foo
958+
955959|%c{1.1.\~.~}
956960|org.apache.commons.test.Foo
957961|o.a.~.~.Foo
@@ -964,17 +968,29 @@ See the table below for abbreviation examples:
964968|org.apache.commons.test.Foo
965969|o.a.c.test.Foo
966970
971+ |%c{3.2.1.*}
972+ |org.apache.commons.test.Foo
973+ |org.ap.c.test.Foo
974+
967975|%c{1.2.*}
968976|org.apache.commons.test.Foo
977+ |o.ap.commons.test.Foo
978+
979+ |%c{1.2*}
980+ |org.apache.commons.test.Foo
969981|o.a.c.test.Foo
970982
971983|%c{1.3.*}
972984|org.apache.commons.test.Foo
985+ |o.apa.commons.test.Foo
986+
987+ |%c{1.3*}
988+ |org.apache.commons.test.Foo
973989|o.a.commons.test.Foo
974990
975991|%c{1.8.*}
976992|org.apache.commons.test.Foo
977- |org .apache.commons.test.Foo
993+ |o .apache.commons.test.Foo
978994|===
979995
980996[#converter-marker]
You can’t perform that action at this time.
0 commit comments