mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
For the c++ api dox these expand to "\c true" and "\c false" (the \c directive indicates a code literal value), and for sipify/Python they expand to ``True`` and ``False`` (`` is sphinx annotation for literal values) Makes for nicer dox for both c++ and Python!