use doxygen autolinking feature; use @ref command for the overview

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-03-18 15:30:06 +00:00
parent 5449f13b12
commit 8f1337ed68
2 changed files with 12 additions and 14 deletions

View File

@@ -76,8 +76,8 @@ font on his system.
To solve this problem, a wxFontMapper class is provided.
This class stores the mapping between the encodings and the font face
names which support them in wxConfig object. Of
course, it would be fairly useless if it tried to determine these mappings by
names which support them in wxConfigBase object.
Of course, it would be fairly useless if it tried to determine these mappings by
itself, so, instead, it (optionally) asks the user and remembers his answers
so that the next time the program will automatically choose the correct font.
All these topics are illustrated by the @ref page_samples_font;