wxWidgets/docs/doxygen
Vadim Zeitlin 7a8f2dffbd Use standard [[deprecated]] attribute if available
Add yet another wxDEPRECATED_XXX macro, this one simply expanding to
C++14 [[deprecated]] attribute if it's available and nothing otherwise.

It's a bit ridiculous to have so many different macros for deprecating
things, but the new one is useful because the standard attribute can be
used to deprecated enum elements, which is impossible with MSVC-specific
__declspec(deprecated).
2021-07-11 14:47:47 +02:00
..
groups Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
images Update wxDC::DrawSpline() documentation 2021-07-03 17:18:04 +02:00
mainpages Use standard [[deprecated]] attribute if available 2021-07-11 14:47:47 +02:00
overviews Remove unnecessary c_str() from wx var arg functions arguments 2021-07-04 15:08:13 +01:00
scripts Also fix spelling mistakes in the documentation files 2020-06-28 15:30:04 +02:00
custom_footer.html
custom_header.html
Doxyfile docs: Swap columns for stock image and label 2021-05-30 17:11:21 +01:00
DoxygenLayout.xml
extra_stylesheet.css
latex_header.tex
logo.png
regen.bat
regen.sh Update copyright years to 2021 2021-01-03 18:12:37 +01:00
wxwidgets.js