Ignore:
Timestamp:
Feb 4, 2007, 3:17:09 PM (19 years ago)
Author:
cinc
Message:

Added doxygen documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/foundation/class_c/nomfilepath.c

    r209 r225  
    4949
    5050#include "nomfilepath.ih"
    51 /*
     51
     52/**
    5253  Append a path to the string. A path separator will be added to the current path if necessary and the
    5354  given string appended. If the given string starts with a separator no additional separator will be
     
    8182}
    8283
    83 /*
     84/**
    8485  Append a separator to the path. If the path already has a separator at the end this method does
    8586  nothing other than returning a new path object. If the given path has zero length a path object
     
    102103}
    103104
    104 /*
     105/**
    105106  Strips the path separator from the end of a path if there's one.
    106107
     
    123124}
    124125
    125 /*
     126/**
    126127  Returns TRUE if the given path is absolute.
    127128  On OS/2 this means it starts with a letter followed by a colon.
     
    167168}
    168169
    169 /*
     170/**
    170171  This method strips all characters from the beginning of a path till the first
    171172  directory separator and also this first separator. If there's no separator in
     
    191192}
    192193
    193 /*
     194/**
    194195  Returns the part of the path up to the first directory separator ('\' on OS/2).
    195196  If there's no directory separator the whole path is returned. This method does
Note: See TracChangeset for help on using the changeset viewer.