Changeset 46 for php/trunk/doxygen


Ignore:
Timestamp:
Jul 15, 2011, 11:53:38 PM (14 years ago)
Author:
cla
Message:

rdfint

  • fixed doc comments
Location:
php/trunk/doxygen
Files:
2 edited

Legend:

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

    r41 r46  
    3434 * \section sec_doxygen_generate Generating the online help
    3535 *
    36  * For compiling the online help, execute \c make in the directory \unittest.
     36 * For compiling the online help, execute \c make in the directory \c unittest.
    3737 *
    3838 * The available make targets can be shown by executing \c make with no target:
  • php/trunk/doxygen/doc_page_option_unittest.php

    r41 r46  
    5959 *
    6060 * Library specific unittests are provided in a subdirectory below the \c unittest directory.
    61  * The testcase is implemented in the file \cunittest.php
     61 * The testcase is implemented in the file \c unittest.php
    6262 *
    6363 * \section sec_unittest_w3c RDF Testcases specific unittests
     
    6666 * \c rdftestcases below the \c unittest directory.
    6767 *
    68  * The generic testcase routine is implemented in the file \cunittest.php, the name of the testcase
     68 * The generic testcase routine is implemented in the file \c unittest.php, the name of the testcase
    6969 * has to be provided by the environment variable \c TESTCASE.
    7070 *
    7171 * \note Currently only very specific testcases of the \c RDF \c Testcases can be executed.
    72  * Execute \code make list \endcode in the \cunittest directory to determine the name of one
     72 * Execute \code make list \endcode in the \c unittest directory to determine the name of one
    7373 * of the supported \c RDF \c Testcases.
    7474 *
     
    8181 * \section sec_unittest_executing Executing testcases
    8282 *
    83  * For executing testcases, execute \c make in the directory \unittest.
     83 * For executing testcases, execute \c make in the directory \c unittest.
    8484 *
    8585 * The available make targets can be shown by executing \c make with no target:
     
    107107 * \note For running one of the supported tests of \c RDF \c Testcases, before running the test,
    108108 * the name of the test must be set in the environment variable \c TESTCASE.
    109  * Execute \code make list \endcode in the \cunittest directory to determine the name of one
     109 * Execute \code make list \endcode in the \c unittest directory to determine the name of one
    110110 * of the supported \c RDF \c Testcases.
    111111 *
Note: See TracChangeset for help on using the changeset viewer.