Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2008 at 17:08 UTC
Updated:
4 Aug 2009 at 22:10 UTC
Is there any doxygen documentation online for CCK?
Comments
Comment #1
les limThere is doxygen documentation for CCK: http://drupalcontrib.org/api/file/contributions/cck/content.module/6
However, there's no documentation for hooks defined by CCK. Could we keep a PHP file in the CCK directory that exists only to provide hook documentation that can be parsed by Doxygen?
Comment #2
les limChanging title.
Comment #3
markus_petrux commentedMaybe CCK could include files such as in Views docs subdirectory with a format similar to:
http://cvs.drupal.org/viewvc.py/drupal/contributions/docs/developer/hook...
These could be located in places such as:
- cck/docs/hooks.php
- cck/modules/fieldgroup/docs/hooks.php
- etc.