Changeset 52 for php


Ignore:
Timestamp:
Jul 17, 2011, 2:27:10 PM (14 years ago)
Author:
cla
Message:

rdfint

  • moved section on fdebug configuration to correct page
Location:
php/trunk/doxygen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/doxygen/doc_page_option_fdebug.php

    r41 r52  
    3030 * to use \c fDebug for your code as well.
    3131 *
     32 * \section sec_fdebug_prerequisites Configuration
     33 *
     34 * To use \c fDebug with RDFint.PHP, the following environment variable must be defined:
     35 * \desctable
     36 * \desc{<strong>Environment&nbsp;variable</strong>,<strong>Value</strong>}
     37 * \desc{\c PHP_LIBROOT_FDEBUG,Root directory of \c fDebug - contains subdirectories \c client and \c server.
     38 *                   As an alternative the directory containing the file \c fdebug.lib.php can be specified.}
     39 * \enddesctable
     40 *
     41 * \note Also under Windows operating systems, pathnames \c MAY \c NOT contain backslashes!
     42 *       Instead slashes \c MUST be used.
     43
     44 *
    3245 * \section sec_fdebug_using Using fDebug with the RDFint.PHP samples
    3346 *
  • php/trunk/doxygen/doc_page_option_unittest.php

    r46 r52  
    3939 * For usage under Windows operating systems, install as described at:
    4040 * \htmllinkext{http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSUsageWindows}
    41  *
    42  * \section sec_unittest_prerequisites Configuration
    43  *
    44  * To use \c fDebug with RDFint.PHP, the following environment variable must be defined:
    45  * \desctable
    46  * \desc{<strong>Environment&nbsp;variable</strong>,<strong>Value</strong>}
    47  * \desc{\c PHP_LIBROOT_FDEBUG,Root directory of \c fDebug - contains subdirectories \c client and \c server.
    48  *                   As an alternative the directory containing the file \c fdebug.lib.php can be specified.}
    49  * \enddesctable
    50  *
    51  * \note Also under Windows operating systems, pathnames \c MAY \c NOT contain backslashes!
    52  *       Instead slashes \c MUST be used.
    5341 *
    5442 * <!-- ========================================================================== -->
Note: See TracChangeset for help on using the changeset viewer.