Changeset 657

Show
Ignore:
Timestamp:
05/03/08 02:06:21 (14 months ago)
Author:
hobu
Message:

doc updates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/liblas/capi/liblas.h

    r656 r657  
    116116LAS_DLL char * LASError_GetLastErrorMsg(void); 
    117117 
    118 /// Returns the name of the method the last error message happened in/ 
     118/// Returns the name of the method the last error message happened in 
    119119LAS_DLL char * LASError_GetLastErrorMethod(void); 
    120120 
     
    123123 
    124124/// Prints the last error message in the error stack to stderr.  If  
    125 /// there is no error on the error stack, only the @param message is printed. 
     125/// there is no error on the error stack, only the message is printed. 
    126126/// The function does not alter the error stack in any way. 
    127127/// @param message Message to include in the stderr output 
     
    131131/// LASPointH objects with.  The LASReaderH must not be created with a  
    132132/// filename that is opened for read or write by any other API functions. 
     133/// @return LASReaderH opaque pointer to a LASReader instance. 
    133134/// @param filename Filename to open for read  
    134135LAS_DLL LASReaderH LASReader_Create(const char * filename);