Added package-info documentation for all packages.

This commit is contained in:
2014-10-24 09:55:03 -04:30
parent 5c7fa9da3d
commit d033f73a11
12 changed files with 249 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
/*
* Copyright (c) 2014, Miguel Angel Astor Romero
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* Read the LICENSE file for more details.
*/
/**
* This package contains the desktop initializer of the game, along with any other desktop OS specific classes of the game.
*/
package com.gamejolt.mikykr5.ceidecpong.desktop;