From dd74a8f6aa6bebd87179a0c7aa2878b1faff46d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 29 May 2006 21:12:51 +0000 Subject: [PATCH] Source markup fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/fontenum.h | 2 +- include/wx/msw/fontenum.h | 9 ++++----- include/wx/palmos/fontenum.h | 7 +++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/include/wx/fontenum.h b/include/wx/fontenum.h index 387081e73d..8544e0dc49 100644 --- a/include/wx/fontenum.h +++ b/include/wx/fontenum.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: fontenum.h +// Name: wx/fontenum.h // Purpose: wxFontEnumerator class for getting available fonts // Author: Julian Smart, Vadim Zeitlin // Modified by: extended to enumerate more than just font facenames and works diff --git a/include/wx/msw/fontenum.h b/include/wx/msw/fontenum.h index 873892494d..57bb9c585e 100644 --- a/include/wx/msw/fontenum.h +++ b/include/wx/msw/fontenum.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: fontenum.h +// Name: wx/msw/fontenum.h // Purpose: wxFontEnumerator class for Windows // Author: Julian Smart // Modified by: @@ -9,8 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef _WX_FONTENUM_H_ -#define _WX_FONTENUM_H_ +#ifndef _WX_FONTENUM_MSW_H_ +#define _WX_FONTENUM_MSW_H_ /* * wxFontEnumerator: for gathering font information @@ -37,5 +37,4 @@ protected: }; #endif - // _WX_FONTENUM_H_ - + // _WX_FONTENUM_MSW_H_ diff --git a/include/wx/palmos/fontenum.h b/include/wx/palmos/fontenum.h index 50349cf40b..6e9505dc55 100644 --- a/include/wx/palmos/fontenum.h +++ b/include/wx/palmos/fontenum.h @@ -9,8 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef _WX_FONTENUM_H_ -#define _WX_FONTENUM_H_ +#ifndef _WX_FONTENUM_PALM_H_ +#define _WX_FONTENUM_PALM_H_ /* * wxFontEnumerator: for gathering font information @@ -37,5 +37,4 @@ protected: }; #endif - // _WX_FONTENUM_H_ - + // _WX_FONTENUM_PALM_H_ -- 2.45.2