mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
For the c++ api dox this expands to "\c nullptr" (the \c directive indicates a code literal value), and for sipify/Python it expands to ``None`` (`` is sphinx annotation for literal values) Makes for nicer dox for both c++ and Python!