Files
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
..

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.