Changeset 3 for php/trunk/doxygen
- Timestamp:
- Jul 11, 2011, 11:12:38 AM (14 years ago)
- Location:
- php/trunk/doxygen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/doxygen/doclaunch.vbs
r2 r3 1 1 Option Explicit 2 2 3 ' RDFInt - RDF Interfaces for PHP3 ' RDFInt.php - RDF Interfaces for PHP 4 4 ' Copyright 2011 netlabs.org 5 5 ' Author: Christian Langanke, Adrian Gschwend -
php/trunk/doxygen/help.txt
r2 r3 5 5 6 6 help - display this help 7 all - generate browser and load into browser 7 all - generate help and load into browser 8 ship - generate help and ship to developers.netlabs.org 8 9 showcfg - display the doxygen configuration 9 10 clean - remove config file and generated docs -
php/trunk/doxygen/makefile
r2 r3 1 1 2 # RDFInt - RDF Interfaces for PHP2 # RDFInt.php - RDF Interfaces for PHP 3 3 # Copyright 2011 netlabs.org 4 4 # Author: Christian Langanke, Adrian Gschwend … … 18 18 # CONFIGURE HERE 19 19 20 LIBNAME=rdfint 20 LIBNAME=rdfint.php 21 21 LIBROOT=.. 22 22 OUTPUTDIR=doc
Note:
See TracChangeset
for help on using the changeset viewer.