Changeset 41 for php/trunk/doxygen/doc_page_main.php
- Timestamp:
- Jul 15, 2011, 5:09:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/doxygen/doc_page_main.php
r34 r41 56 56 * 57 57 * \note For usage under Windows operating systems, 58 * \htmllink{page_a rc2_patch.html, a patch is required} to be able to read files from58 * \htmllink{page_appendix_arc2_patch.html, a patch is required} to be able to read files from 59 59 * the local filesystem. 60 60 * 61 61 * \section sec_main_options Options 62 62 * 63 * For debugging purposes, the classes of \libname can provide debug event messages. 64 * To catch these messages, the debug message logger \c fDebug is required. \n 65 * Download from \htmllinkext{http://fdebug.de/en/site/download/} 63 * See the following sections for further options with using \libname: 66 64 * 67 * See the provided samples of \libname for sample code, if you intend 68 * to use \c fDebug for your code as well. 65 * - \htmllink{page_option_fdebug.html,Using fDebug to log debug event messages} 66 * - \htmllink{page_option_unittest.html,Executing RDFint.PHP unittests} 67 * - \htmllink{page_option_doxygen.html,Generating the RDFint.PHP online help} 69 68 * 70 69 * \section sec_main_config Configuration … … 78 77 * \enddesctable 79 78 * 80 * If \c fDebug is to be used, the following environment variable must be defined:81 * \desctable82 * \desc{<strong>Environment variable</strong>,<strong>Value</strong>}83 * \desc{\c PHP_LIBROOT_FDEBUG,Root directory of \c fDebug - contains subdirectories \c client and \c server.84 * As an alternative the directory containing the file \c fdebug.lib.php can be specified.}85 * \enddesctable86 *87 79 * \note Also under Windows operating systems, pathnames \c MAY \c NOT contain backslashes! 88 80 * Instead slashes \c MUST be used. … … 90 82 * \section sec_main_license License 91 83 * 92 * \libname is distributed under the \htmllink{page_ license.html,Apache License Version 2.0}84 * \libname is distributed under the \htmllink{page_appendix_license.html,Apache License Version 2.0} 93 85 * 94 86 */
Note:
See TracChangeset
for help on using the changeset viewer.