Ignore:
Timestamp:
Mar 10, 2007, 9:40:28 PM (19 years ago)
Author:
cinc
Message:

Added doxygen tags. Renamed methods.

File:
1 edited

Legend:

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

    r206 r248  
    1616* The Initial Developer of the Original Code is
    1717* netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>.
    18 * Portions created by the Initial Developer are Copyright (C) 2005-2006
     18* Portions created by the Initial Developer are Copyright (C) 2005-2007
    1919* the Initial Developer. All Rights Reserved.
    2020*
     
    3232*
    3333* ***** END LICENSE BLOCK ***** */
     34/** \file
     35    Class definition file for M_WPObject class.
     36*/
    3437
    3538#ifndef M_WPFILESYSTEM_IDL_INCLUDED
     
    4447#include "nomstring.idl"
    4548
     49/** \interface M_WPFileSystem
     50
     51    This class is the metaclass for the WPFileSystem class.
     52 */
    4653interface M_WPFileSystem : M_WPObject
    4754{
    4855  NOMCLASSVERSION(1, 0);
    4956
     57  /**
     58     Query the extensions for instances of this class.
     59   */
    5060  string wpclsQueryInstanceFilter();
    5161
Note: See TracChangeset for help on using the changeset viewer.