ZenphotoCMS Forum
Zenphoto API Docu with PHPDoc - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Zenphoto API Docu with PHPDoc (/thread-1282.html)



Zenphoto API Docu with PHPDoc - stef - 2007-03-14

@all

  • Wouldn't it be nice to have a Zenphoto API Documentation in HTML?

PHPDoc

  • There is a tool like the famous Javadoc at www.phpdoc.org.
  • It creates HTML from your PHP code with the help of special tags like @param, @return
    ...

ToDo:

  • Adapt the existent PHP Comment to be PHPDoc conform.



Zenphoto API Docu with PHPDoc - trisweb - 2007-03-15

:-) Way ahead of you. I've been gradually adapting the comments in the code to be PHPDoc friendly, but it'll be a while yet before it's useful.

Great idea though, and it's perfect for theme developers. All the theme functions should be commented first...