-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GHI-#1] Create public API package info
- Loading branch information
1 parent
f44bcf1
commit 694ae5e
Showing
1 changed file
with
26 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Nord API Package Info + | ||
project nord-java + | ||
version 0.0.0 + | ||
repository https://github.com/arcticicestudio/nord-java + | ||
author Arctic Ice Studio + | ||
email development@arcticicestudio.com + | ||
copyright Copyright (C) 2016 + | ||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
*/ | ||
/** | ||
* Public API of the <a href="https://github.com/arcticicestudio/nord-java">Nord - Java</a> project, which implements | ||
* the <a href="https://github.com/arcticicestudio/nord">Nord</a> color palette. | ||
* | ||
* <p> | ||
* The main entry point of the API is the {@link com.arcticicestudio.nord.Nord} enum. | ||
* </p> | ||
* | ||
* @author Arctic Ice Studio <development@arcticicestudio.com> | ||
* @see <a href="https://github.com/arcticicestudio/nord-java">Nord - Java </a> | ||
* @see <a href="https://github.com/arcticicestudio/nord">Nord</a> | ||
* @version 0.0.0 | ||
* @since 0.1.0 | ||
*/ | ||
package com.arcticicestudio.nord; |