-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from weedySeaDragon/190311-plantuml-18-10-17-BETA
190311 plantuml 18 10 17 beta
- Loading branch information
Showing
453 changed files
with
824 additions
and
2,326 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
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 |
---|---|---|
|
@@ -29,16 +29,16 @@ | |
* +------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+------------------------------------------------+ | ||
* | ||
* | ||
* @file ColorSampleRSTWriter | ||
* @project documentation (local project name) | ||
* file: ColorSampleRSTWriter | ||
* project: plantuml-documentation (local project name) | ||
* | ||
* @author Ashley Engelund [email protected] | weedySeaDragon@github | ||
* @since 11 Oct 2018 | ||
* | ||
********************************************************************************/ | ||
|
||
|
||
public class ColorSampleRSTWriter { | ||
class ColorSampleRSTWriter { | ||
|
||
|
||
private static final Integer TABLE_COLUMN_LENGTH = 48; | ||
|
@@ -51,13 +51,13 @@ public class ColorSampleRSTWriter { | |
// ================================================ | ||
|
||
|
||
public void add_color( String colorName ) { | ||
void add_color( String colorName ) { | ||
|
||
_colors.add( colorName ); | ||
} | ||
|
||
|
||
public ArrayList< String > get_colors() { | ||
ArrayList< String > get_colors() { | ||
|
||
return _colors; | ||
} | ||
|
@@ -66,7 +66,7 @@ public ArrayList< String > get_colors() { | |
/** | ||
* @return [String] the ReStructuredText table filled with the colors we have | ||
*/ | ||
public String generate_rst_table() { | ||
String generate_rst_table() { | ||
|
||
StringBuilder rstSB = new StringBuilder(); | ||
|
||
|
@@ -117,9 +117,9 @@ public String generate_rst_table() { | |
* - blank_line | ||
* - color_name_line | ||
* | ||
* @param colors [List<String>] the list of colors | ||
* @param colors List of String - the list of colors | ||
* | ||
* @return [String] | ||
* @return String | ||
*/ | ||
protected String table_row_for( ArrayList< String > colors ) { | ||
|
||
|
@@ -144,7 +144,7 @@ protected String table_row_for( ArrayList< String > colors ) { | |
* If the size of columnBodies is less than the number of columns in a row, create the remaining columns | ||
* with just blank strings. | ||
* | ||
* @param columnStrings ArrayList<String> list of the strings that are the bodies of each of the columns in the row | ||
* @param columnStrings ArrayList of String - list of the strings that are the bodies of each of the columns in the row | ||
* | ||
* @return String the entire row | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -15,8 +15,8 @@ | |
* Responsibility: Hold all constant definitions needed for this package/module. | ||
* | ||
* | ||
* @file GeneratorConsts | ||
* @project documentation (local project name) | ||
* file GeneratorConsts | ||
* project: plantuml-documentation (local project name) | ||
* | ||
* @author Ashley Engelund [email protected] | weedySeaDragon@github | ||
* @since 02 Oct 2018 | ||
|
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 |
---|---|---|
|
@@ -13,8 +13,8 @@ | |
* - given a string, pad it with spaces so that the string is length X | ||
* | ||
* | ||
* @file StringPadder.java | ||
* @project documentation (local project name) | ||
* file: StringPadder.java | ||
* project: plantuml-documentation (local project name) | ||
* | ||
* @author Ashley Engelund [email protected] | weedySeaDragon@github | ||
* @since 11 Oct 2018 | ||
|
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,6 +1,6 @@ | ||
#Sat Sep 29 19:10:15 PDT 2018 | ||
#Sat Mar 02 05:05:01 PST 2019 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip |
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
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,4 +1,4 @@ | ||
rootProject.name = 'documentation' | ||
rootProject.name = 'plantuml-documentation' | ||
|
||
include 'generateDocInfo' | ||
|
Empty file.
Oops, something went wrong.