Changeset 18732

Show
Ignore:
Timestamp:
04/22/06 12:30:37 (3 years ago)
Author:
patrick
Message:

Silence Doxygen warnings by removing text that gets mistaken as HTML tags.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/gadget/Util/Version.h

    r18340 r18732  
    4545/** 
    4646 * Retruns the "human-readable" Gadgeteer version \em string. The full form 
    47  * includes the version number (<major>.<minor>.<patch>-<build>), the canonical 
    48  * name of the release, the threading subsystem, and the build date. The major 
     47 * includes the version number (major.minor.patch-build), the canonical name 
     48 * of the release, the threading subsystem, and the build date. The major 
    4949 * version number is updated when major architectural changes are made; the 
    5050 * minor when there are minor API changes; and the patch when there are bug 
  • juggler/trunk/modules/jackal/common/jccl/Util/Version.h

    r18336 r18732  
    4545/** 
    4646 * Retruns the "human-readable" JCCL version \em string. The full form includes 
    47  * the version number (<major>.<minor>.<patch>-<build>), the canonical nam
    48  * of the release, the threading subsystem, and the build date. The major 
    49  * version number is updated when major architectural changes are made; the 
    50  * minor when there are minor API changes; and the patch when there are bug 
    51  * fixes. The build number is usually representative of the nightly build 
    52  * process relative to a given version x.y.z. 
     47 * the version number (major.minor.patch-build), the canonical name of th
     48 * release, the threading subsystem, and the build date. The major version 
     49 * number is updated when major architectural changes are made; the minor when 
     50 * there are minor API changes; and the patch when there are bug fixes. The 
     51 * build number is usually representative of the nightly build process 
     52 * relative to a given version x.y.z. 
    5353 * 
    5454 * @see jccl::JCCL_VERSION 
  • juggler/trunk/modules/sonix/snx/Util/Version.h

    r18338 r18732  
    5454/** 
    5555 * Retruns the "human-readable" Sonix version \em string. The full form 
    56  * includes the version number (<major>.<minor>.<patch>-<build>), the canonical 
    57  * name of the release, the threading subsystem, and the build date. The major 
     56 * includes the version number (major.minor.patch-build), the canonical name 
     57 * of the release, the threading subsystem, and the build date. The major 
    5858 * version number is updated when major architectural changes are made; the 
    5959 * minor when there are minor API changes; and the patch when there are bug 
  • juggler/trunk/modules/tweek/tweek/Util/Version.h

    r18333 r18732  
    4949/** 
    5050 * Retruns the "human-readable" Tweek version \em string. The full form 
    51  * includes the version number (<major>.<minor>.<patch>-<build>), the canonical 
    52  * name of the release, the threading subsystem, and the build date. The major 
     51 * includes the version number (major.minor.patch-build), the canonical name 
     52 * of the release, the threading subsystem, and the build date. The major 
    5353 * version number is updated when major architectural changes are made; the 
    5454 * minor when there are minor API changes; and the patch when there are bug 
  • juggler/trunk/modules/vapor/vpr/Util/Version.h

    r18331 r18732  
    5555/** 
    5656 * Retruns the "human-readable" VPR version \em string. The full form includes 
    57  * the version number (<major>.<minor>.<patch>-<build>), the canonical nam
    58  * of the release, the threading subsystem, and the build date. The major 
    59  * version number is updated when major architectural changes are made; the 
    60  * minor when there are minor API changes; and the patch when there are bug 
    61  * fixes. The build number is usually representative of the nightly build 
    62  * process relative to a given version x.y.z. 
     57 * the version number (major.minor.patch-build), the canonical name of th
     58 * release, the threading subsystem, and the build date. The major version 
     59 * number is updated when major architectural changes are made; the minor when 
     60 * there are minor API changes; and the patch when there are bug fixes. The 
     61 * build number is usually representative of the nightly build process 
     62 * relative to a given version x.y.z. 
    6363 * 
    6464 * @see vpr::VPR_VERSION 
  • juggler/trunk/modules/vrjuggler/vrj/Util/Version.h

    r18343 r18732  
    4545/** 
    4646 * Retruns the "human-readable" VR Juggler version \em string. The full form 
    47  * includes the version number (<major>.<minor>.<patch>-<build>), the canonical 
    48  * name of the release, the threading subsystem, and the build date. The major 
     47 * includes the version number (major.minor.patch-build), the canonical name 
     48 * of the release, the threading subsystem, and the build date. The major 
    4949 * version number is updated when major architectural changes are made; the 
    5050 * minor when there are minor API changes; and the patch when there are bug