wxwidgets/docs/doxygen
Vadim Zeitlin 4f4c5fcfdf Use nullptr instead of NULL in the code and documentation
This is a combination of running clang-tidy with modernize-use-nullptr
check for some ports (GTK, X11, OSX) and manual changes to the ports for
which it couldn't be used easily (MSW, DFB) and also manually updating
the docs.

Also replace NULL with null or nullptr in the comments as this is more
consistent with the use of nullptr in the code and makes it simpler to
grep for the remaining occurrences of NULL itself.

And also use null in the assert messages.

Only a few occurrences of "NULL" are still left in non-C files, mostly
corresponding to unclear comments or string output which it might not be
safe to change.
2022-10-18 01:25:25 +02:00
..
doxygen-awesome-css Use Doxygen Awesome CSS theme 2022-07-02 16:57:57 +02:00
groups Remove support for wxMotif 2022-10-16 16:39:56 +02:00
images Update wxDC::DrawSpline() documentation 2021-07-03 17:18:04 +02:00
mainpages Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
overviews Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
scripts Also fix spelling mistakes in the documentation files 2020-06-28 15:30:04 +02:00
custom_footer.html Add extra script to the docs created in GitHub Actions workflow 2022-03-28 11:16:53 +02:00
custom_header.html Use Doxygen Awesome CSS theme 2022-07-02 16:57:57 +02:00
custom_header_simple.html Disable custom Doxygen theme support for CHM generation 2022-07-02 17:37:53 +02:00
custom_search_functions.php Fix appearance of search results when using server-based search 2022-03-28 15:29:50 +02:00
Doxyfile Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
DoxygenLayout.xml Upgraded Doxygen to 1.8.2 for the docs. 2012-11-03 18:08:45 +00:00
extra_stylesheet.css Remove dark-mode color invert from screenshots in manual 2022-09-01 18:49:38 -06:00
latex_header.tex Turn off batchmode for PDF manual, and no longer update latex_header. 2015-02-08 11:17:35 +00:00
logo.png Reduce size of the PNGs used in Doxygen documentation 2016-10-05 22:19:26 +02:00
regen.bat Disable custom Doxygen theme support for CHM generation 2022-07-02 17:37:53 +02:00
regen.sh Remove doxygen log file if it's empty in the helper script 2022-08-03 19:43:10 +02:00
wxwidgets.js Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00