Ignore:
Timestamp:
Mar 10, 2007, 4:21:32 PM (18 years ago)
Author:
cinc
Message:

Added doxygen tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/idl/wpdatafile.idl

    r203 r245  
    3232*
    3333* ***** END LICENSE BLOCK ***** */
     34/** \file
     35   
     36*/
    3437
    3538#ifndef wpdataf_idl
     
    3942
    4043NOMMETACLASS(M_WPDataFile);
     44
     45/** \interface WPDataFile
     46
     47    This is the root of all desktop classes.
     48 */
    4149interface WPDataFile : WPFileSystem
    4250{
    4351  NOMCLASSVERSION(1, 0);
     52  /**
     53     Query the size of a file.
     54
     55     \note The return type may change to long long.
     56   */
    4457  long  wpQueryFileSize();
    4558  long  wpSetFileSizeInfo(in long cbFileSize,
Note: See TracChangeset for help on using the changeset viewer.