Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / docs / doxygen / overviews / referencenotes.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: referencenotes.h
3 // Purpose: topic overview
4 // Author: wxWidgets team
5 // Licence: wxWindows licence
6 /////////////////////////////////////////////////////////////////////////////
7
8 /**
9
10 @page overview_referencenotes Notes on Using this Reference Manual
11
12 @tableofcontents
13
14 In the descriptions of the wxWidgets classes and their member functions, note
15 that descriptions of inherited member functions are not duplicated in derived
16 classes unless their behaviour is different. So in using a class such as
17 wxScrolledWindow, be aware that wxWindow functions may be relevant.
18
19 Where not explicitly stated, size and position arguments may usually be given a
20 value of ::wxDefaultSize and ::wxDefaultPosition, in which case wxWidgets will
21 choose suitable values.
22
23 */