Source markup fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-05-29 21:12:51 +00:00
parent 3b91982e01
commit dd74a8f6aa
3 changed files with 8 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: fontenum.h // Name: wx/fontenum.h
// Purpose: wxFontEnumerator class for getting available fonts // Purpose: wxFontEnumerator class for getting available fonts
// Author: Julian Smart, Vadim Zeitlin // Author: Julian Smart, Vadim Zeitlin
// Modified by: extended to enumerate more than just font facenames and works // Modified by: extended to enumerate more than just font facenames and works

View File

@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: fontenum.h // Name: wx/msw/fontenum.h
// Purpose: wxFontEnumerator class for Windows // Purpose: wxFontEnumerator class for Windows
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
@@ -9,8 +9,8 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef _WX_FONTENUM_H_ #ifndef _WX_FONTENUM_MSW_H_
#define _WX_FONTENUM_H_ #define _WX_FONTENUM_MSW_H_
/* /*
* wxFontEnumerator: for gathering font information * wxFontEnumerator: for gathering font information
@@ -37,5 +37,4 @@ protected:
}; };
#endif #endif
// _WX_FONTENUM_H_ // _WX_FONTENUM_MSW_H_

View File

@@ -9,8 +9,8 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef _WX_FONTENUM_H_ #ifndef _WX_FONTENUM_PALM_H_
#define _WX_FONTENUM_H_ #define _WX_FONTENUM_PALM_H_
/* /*
* wxFontEnumerator: for gathering font information * wxFontEnumerator: for gathering font information
@@ -37,5 +37,4 @@ protected:
}; };
#endif #endif
// _WX_FONTENUM_H_ // _WX_FONTENUM_PALM_H_