Changeset 3 for php/trunk/doxygen


Ignore:
Timestamp:
Jul 11, 2011, 11:12:38 AM (14 years ago)
Author:
cla
Message:

rdfint

  • fixed library name in license comments
Location:
php/trunk/doxygen
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/doxygen/doclaunch.vbs

    r2 r3  
    11Option Explicit
    22
    3 '  RDFInt - RDF Interfaces for PHP
     3'  RDFInt.php - RDF Interfaces for PHP
    44'  Copyright 2011 netlabs.org
    55'  Author: Christian Langanke, Adrian Gschwend
  • php/trunk/doxygen/help.txt

    r2 r3  
    55
    66   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
    89   showcfg - display the doxygen configuration
    910   clean   - remove config file and generated docs
  • php/trunk/doxygen/makefile

    r2 r3  
    11
    2 #  RDFInt - RDF Interfaces for PHP
     2#  RDFInt.php - RDF Interfaces for PHP
    33#  Copyright 2011 netlabs.org
    44#  Author: Christian Langanke, Adrian Gschwend
     
    1818# CONFIGURE HERE
    1919
    20 LIBNAME=rdfint
     20LIBNAME=rdfint.php
    2121LIBROOT=..
    2222OUTPUTDIR=doc
Note: See TracChangeset for help on using the changeset viewer.