Jump to content

Classes documentation


Recommended Posts

Hi,

I have generated the documentation of prestashop classes maybe it could help someone : http://shagshag.net/prestadoc/ .

It is quite complete but not totally because of lack of documentation for some functions and wrong syntax sometimes.

To presta developpers :
Please don't write this

/** @var string Name */
public         $name;



but this

/** 
* Name
* @var string
**/
public         $name;



because of that no classes' property are documented.

Regards

Link to comment
Share on other sites

×
×
  • Create New...