Open PEMapModder opened 10 years ago
Assign yourself as "Assignee" if you want to do this.
@ijoshuahd is assigned to #10.
@PEMapModder sorry but i dont know
/**
stands for? or it just explains how this function works?
i thought i will be working on Documentation xD
You can just work on the documentation part :)
pheww *
Lol there is really someone called @return. Must get a lot of notifications ;) @Param too
It explains what the function is for. Only API functions need this, though, since internal functions don't need to get documented.
yea i dont understand how the documentation thingy works xD
Just do the owner guide and player guide then.
Documentation comment is a format. Basically it just explains what the function is for.
will do :)
Dis is called java doc.
PHP doc it is called in PHPStorm.
It's basically a copy of java doc...
On Tuesday, July 22, 2014, PEMapModder notifications@github.com wrote:
PHP doc it is called in PHPStorm.
— Reply to this email directly or view it on GitHub https://github.com/LegendOfMCPE/PocketFactions/issues/10#issuecomment-49822986 .
I don't think the |
thing is copied.
Where's that?
On Tuesday, July 22, 2014, PEMapModder notifications@github.com wrote:
I don't think the | thing is copied.
— Reply to this email directly or view it on GitHub https://github.com/LegendOfMCPE/PocketFactions/issues/10#issuecomment-49828260 .
@jython234
/**
* @param string|Player $player
* @return string
*/
public function getPlayerFile($player){
if($player instanceof Player) $player = $player->getName();
return $this->getDataFolder().strtolower($player).".yml";
}
@PEMapModder PEMapModder does every player have his own file ?
I guess your right, but still those tags and the doc format look like java doc to me...
On Tuesday, July 22, 2014, swagking47 notifications@github.com wrote:
PEMapModder does every player have his own file ?
— Reply to this email directly or view it on GitHub https://github.com/LegendOfMCPE/PocketFactions/issues/10#issuecomment-49828693 .
@swagking47 just an example.
Thee plugin has a problem in the Faction ranks [Server] 19:33:13 [INFO] Loading DevTools v1.10.0 [Server] 19:33:18 [INFO] Enabling DevTools v1.10.0 [Server] 19:33:18 [INFO] Loading source plugin PocketFactions v2.0.0 [Server] 19:33:18 [INFO] [DevTools] Registered folder plugin loader [Server] 19:33:18 [INFO] Preparing level "Arena" [Server] 19:33:18 [INFO] Enabling PocketFactions v2.0.0 [Server] 19:33:18 [NOTICE] ArrayOutOfBoundsException: "Undefined index: permissions" (E_NOTICE) in "/PocketFactions-new/src/pocketfactions/faction/FactionRank" at line 32 [Server] 19:33:18 [INFO] Disabling PocketFactions v2.0.0 [Server] 19:33:19 [INFO] Starting GS4 status listener [Server] 19:33:19 [INFO] Setting query port to 19132 [Server] 19:33:19 [INFO] Query running on 0.0.0.0:19132 [Server] 19:33:19 [INFO] Default game type: SURVIVAL [Server] 19:33:19 [INFO] Done (13.005s)! For help, type "help" or "?"
@caingaroo plugin is not finished yet.
@PEMapModders why didnt you labble it on the plugin , or did i miss it somehoe 😯😯
If the plugin is completed, we would make a release. Where do you think we would label it?
Dont know, but could you notify me win the plugin is finished
Ehh doxygen.
We will create a release when a beta is ready, and submit on forums when initial release is ready.
@jython234 you don't need to compile it. It can load source plugin.
@astersx how are they related?
They are not related at all..
@astersx
What is this? https://github.com/EvolSoft/ServerAuth/blob/master/ServerAuth/resources/config.yml#L30
Also, please don't use the issue tracker as a chatroom. Get on our IRC channel or Gitter chatroom if you need further support.
Write documentation in the following syntax:
Do it for every API function (that is supposed that other plugins can use).