# HG changeset patch # User Artem Tikhomirov # Date 1331826706 -3600 # Node ID d56ea1a2537a412680c0d4f3e967bca91edff825 # Parent 866fc3b597a0445e4ab38b6a716531cedd8ad43e Less meaningless package descriptions diff -r 866fc3b597a0 -r d56ea1a2537a src/org/tmatesoft/hg/core/package.html --- a/src/org/tmatesoft/hg/core/package.html Wed Mar 14 22:49:32 2012 +0100 +++ b/src/org/tmatesoft/hg/core/package.html Thu Mar 15 16:51:46 2012 +0100 @@ -1,5 +1,6 @@ - -Hi-level API - + +

Hi-level API

+

Hi-level API to deal with Mercurial repositories using task-oriented commands. Start with {@link HgRepoFacade} class

+ \ No newline at end of file diff -r 866fc3b597a0 -r d56ea1a2537a src/org/tmatesoft/hg/internal/package.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/org/tmatesoft/hg/internal/package.html Thu Mar 15 16:51:46 2012 +0100 @@ -0,0 +1,5 @@ + + +Intimate implementation peculiarities of the library. Classes in this package shall be deemed internal API and not referenced from outside unless you really known what you do and what are possible consequences. + + \ No newline at end of file diff -r 866fc3b597a0 -r d56ea1a2537a src/org/tmatesoft/hg/repo/package.html --- a/src/org/tmatesoft/hg/repo/package.html Wed Mar 14 22:49:32 2012 +0100 +++ b/src/org/tmatesoft/hg/repo/package.html Thu Mar 15 16:51:46 2012 +0100 @@ -1,5 +1,6 @@ - -Low-level API operations - + +

Low-level API

+

Close perspective of Mercurial repository from Java standpoint. Unlike {@link org.tmatesoft.hg.core}, classes in this package focus on repository concepts rather than tasks against the repository

+ \ No newline at end of file diff -r 866fc3b597a0 -r d56ea1a2537a src/org/tmatesoft/hg/util/package.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/org/tmatesoft/hg/util/package.html Thu Mar 15 16:51:46 2012 +0100 @@ -0,0 +1,6 @@ + + +

Utility API

+

Miscellaneous utility classes not related directly to Mercurial repositories

+ + \ No newline at end of file