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

Added doxygen tags. Renamed methods.

File:
1 edited

Legend:

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

    r189 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 
     34/** \file
     35    Class definition file for WPNoteBook class.
     36*/
    3537#ifndef WPNOTEBOOK_IDL_INCLUDED
    3638#define WPNOTEBOOK_IDL_INCLUDED
     
    5052#include "nomnotebook.idl"
    5153
     54/** \interface WPNoteBook
     55   
     56    This class implements settings notebooks for desktop objects.
     57
     58    Implementation is very preliminary.
     59*/
    5260interface WPNoteBook : WPWindow
    5361{
    5462  NOMCLASSVERSION(1, 0);
    5563
    56   PNOMNoteBook wpQueryNoteBookObject();
    57   void wpSetNoteBookObject(in PNOMNoteBook nomNBook);
     64  PNOMNoteBook wpQueryNoteBook();
     65  void wpSetNoteBook(in PNOMNoteBook nomNBook);
    5866
    5967  NOMOVERRIDE(nomInit);
Note: See TracChangeset for help on using the changeset viewer.