-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update json-java jar, documentation copyedits and clarifications
- Loading branch information
Showing
7 changed files
with
11 additions
and
5 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
Binary file not shown.
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/** | ||
* Contains the main classes in jwiki. Most of the classes here contain protected/private members which hide away the | ||
* Contains the main classes in jwiki. Most of the classes here contain protected/private members which abstract the | ||
* nasty/complicated details which do not, and should not concern the typical programmer. These classes all serve | ||
* <code>Wiki.java</code>; for most users, this is the only class you're going to need. | ||
* | ||
* @author Fastily | ||
*/ | ||
package jwiki.core; | ||
|
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
/** | ||
* Contains data storage formats for jwiki. These are simple, immutable objects with publicly exposed accessors. | ||
* | ||
* @author Fastily | ||
*/ | ||
package jwiki.dwrap; | ||
|
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 |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
|
||
* Purge should take multiple params in WAction | ||
|
||
* Need to fix my javadocs | ||
* Need to fix my javadocs |