Skip to content

Commit

Permalink
[GHI-#1] Create public API package info
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Sep 26, 2016
1 parent f44bcf1 commit 694ae5e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/main/java/com/arcticicestudio/nord/package-info.java
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 &lt;development@arcticicestudio.com&gt;
* @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;

0 comments on commit 694ae5e

Please sign in to comment.