wxWidgets/docs/msw
Vadim Zeitlin a5d7f95877 Preserve "$wxwin" verbatim in Doxygen output
It turns out that Doxygen expands $(VAR) into the actual value of the
VAR environment variable on the machine where it runs, which is
definitely not what we want in the instructions telling people to use
"$wxwin" in their projects, so remove the parentheses to prevent Doxygen
from expanding it.

Another alternative would be to escape "$" with a backslash, but this
would make the source markdown file uglier.
2019-06-24 02:37:46 +02:00
..
binaries.md Preserve "$wxwin" verbatim in Doxygen output 2019-06-24 02:37:46 +02:00
gtk.md Integrate MSW, OS X and iOS build instructions into doxygen 2018-10-03 19:17:14 +02:00
gtkfix.patch Improve build instructions for wxGTK/MSW 2016-09-13 12:59:46 +02:00
install.md Add property sheet to allow easily configure projects using wx 2018-11-18 01:05:10 +01:00
msys2-gtk.md Integrate MSW, OS X and iOS build instructions into doxygen 2018-10-03 19:17:14 +02:00
msys2-msw.md Integrate MSW, OS X and iOS build instructions into doxygen 2018-10-03 19:17:14 +02:00
readme.txt Integrate MSW, OS X and iOS build instructions into doxygen 2018-10-03 19:17:14 +02:00
setup_after.txt Add a text file to be shown after finishing wxMSW installation 2018-12-09 16:40:08 +01:00
winxp.md Integrate MSW, OS X and iOS build instructions into doxygen 2018-10-03 19:17:14 +02:00

This is wxWidgets for Windows (wxMSW)
-------------------------------------

For information on installing wxWidgets, please see install.md.

For further information, please see docs/html/index.htm and the
wxWidgets reference manual.