phpgroupware-docteam
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-docteam] inlinedocparser


From: Dan Kuykendall (Seek3r)
Subject: [Phpgroupware-docteam] inlinedocparser
Date: Sun, 23 Dec 2001 02:50:26 -0800

Been hacking on the inlinedocparser and got alot done. It now handles
nesting functions within its class or collection. I have updated the
phpgwapi/inc/functions.inc.php to the proper format for inline
documentation.

You can also filter down what you want to display. I havent done much
for security yet, but that will follow as soon as its properly
functional.

use app to specify the app you are interested in. By default it will use
the phpgwapi. It ONLY handles the appname/inc directory
use fn to specify the filename. By default it will get all files in the
given app's inc dir
use object to specify the specific function. by default it grabs all the
docs it can

Here is an example:
http://yourdomain.com/phpgroupware/doc/inlinedocparser.php?fn=functions.inc.php&object=sanitize

Seek3r



reply via email to

[Prev in Thread] Current Thread [Next in Thread]