Ignore:
Timestamp:
Jul 13, 2011, 12:35:16 PM (14 years ago)
Author:
cla
Message:

rdfint

  • change note sections to use the doxygen note command
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/classes/rdfa_Data.php

    r23 r28  
    361361   * \param curie            CURIE to be resolved to a URI
    362362   *
    363    * <strong>NOTE: This method is a library specific extension to the RDF API and RDFa API.</strong>
     363   * \note This method is a library specific extension to the RDF API and RDFa API
    364364   */
    365365  public function _resolve( $curie) {
     
    400400   * \param uri            URI to be shrinked to a CURIE
    401401   *
    402    * <strong>NOTE: This method is a library specific extension to the RDF API and RDFa API.</strong>
     402   * \note This method is a library specific extension to the RDF API and RDFa API
    403403   */
    404404  public function _shrink( $uri) {
     
    434434   * \param toparse            resource to parse from. This can be a URI or an object of SparqlQuery
    435435   *
    436    * <strong>NOTE:
     436   * \note
    437437   * - This method is defined for the RDF API, but a library specific extension to the RDFa API.
    438    * - Parsing from a SPARQL CONSTRUCT query by using a SparqlQuery object, is a library specific 
     438   * - Parsing from a SPARQL CONSTRUCT query by using a SparqlQuery object, is a library specific
    439439   *   extension to both the RDF API and RDFa API.
    440    * </strong>
    441440   */
    442441  public function parse( $toparse) {
     
    607606   * If a subject isn't provided, all unique properties expressed in the RDF data are returned.
    608607   *
    609    * <strong>NOTE: This method is a library specific extension to the RDF API and RDFa API.</strong>
     608   * \note This method is a library specific extension to the RDF API and RDFa API
    610609   */
    611610  public function _getUniqueProperties( $subject = Null) {
     
    715714   * If no arguments are provided, the first value expressed in the RDF data is returned.
    716715   *
    717    * <strong>NOTE: This method is a library specific extension to the RDF API and RDFa API.</strong>
     716   * \note This method is a library specific extension to the RDF API and RDFa API
    718717   */
    719718  public function _getFirstValue( $subject = Null, $property = Null) {
     
    773772   * \see rdfa::Projection::set
    774773   *
    775    * <strong>NOTE: This method is a library specific extension to the RDF API and RDFa API.</strong>
     774   * \note This method is a library specific extension to the RDF API and RDFa API
    776775   */
    777776
     
    10021001   *  - json
    10031002   *
    1004    * <strong>NOTE: This method is a library specific extension to the RDF API and RDFa API.</strong>
     1003   * \note This method is a library specific extension to the RDF API and RDFa API
    10051004   */
    10061005  public function _serialize( $type ) {
Note: See TracChangeset for help on using the changeset viewer.