mirror of https://github.com/fltk/fltk
Doxygen documentation: started to exclude few unnecessary files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6293 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c232e9822d
commit
4bbafadc4f
|
@ -548,7 +548,8 @@ RECURSIVE = YES
|
|||
# excluded from the INPUT source files. This way you can easily exclude a
|
||||
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
||||
|
||||
EXCLUDE =
|
||||
EXCLUDE = ../src/fl_font_win32.cxx ../src/fl_font_mac.cxx \
|
||||
../src/forms_compatability.cxx
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
||||
# directories that are symbolic links (a Unix filesystem feature) are excluded
|
||||
|
|
|
@ -645,7 +645,7 @@ if this source will be compiled on multiple platforms.
|
|||
<P>Assuming that the following source code was written on MS Windows,
|
||||
this example will output the correct label on OS X and X11 as well.
|
||||
Without the conversion call, the label on OS X would read
|
||||
<tt>Fahrvergn¸gen</tt> with a deformed umlaut u.
|
||||
<tt>Fahrvergn\\¸gen</tt> with a deformed umlaut u.
|
||||
\code
|
||||
btn = new Fl_Button(10, 10, 300, 25);
|
||||
btn->copy_label(fl_latin1_to_local("Fahrvergnügen"));
|
||||
|
|
Loading…
Reference in New Issue