Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2010, 5:19:36 PM (14 years ago)
Author:
landauf
Message:

the @example tag shouldn't be used in a documentation unless the whole file is an example implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/util/SubString.h

    r7284 r7291  
    4747 * but also removing leading and trailing spaces around the comma.
    4848 *
    49  * @example
     49 * Example:
    5050 * Split the String std::string st = "1345, The new empire   , is , orxonox"
    5151 * is splitted with:
    52  * SubString(st, ',', " \n\t")
     52 * @code SubString(st, ',', " \n\t") @endcode
    5353 * into
    5454 * "1345", "The new empire", "is", "orxonox"
Note: See TracChangeset for help on using the changeset viewer.