Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2021-06-10 03:44:39 +0300
committerRay Molenkamp <github@lazydodo.com>2021-06-10 03:44:39 +0300
commitb282a065f161812a0797e954edc419784a69630e (patch)
tree62e85e33bfef26fbfd93cfe607dd71d46eaed75d /doc/blender_file_format/BlendFileDnaExporter_25.py
parent4f81b4b4ce2993d583a093f7e278c1274c1ca1cb (diff)
Docs: Add preprocessor define for doxygen
Doxygen by default leaves out any functions inside #ifdef blocks that it thinks are disabled. This change adds a DOXYGEN symbol, so you can still get the functions included in the documentation even if the #ifdef would have normally excluded them. before #if defined(_WIN32) after #if defined(_WIN32) || defined(DOXYGEN) Patch provided by Campbell Barton on chat.
Diffstat (limited to 'doc/blender_file_format/BlendFileDnaExporter_25.py')
0 files changed, 0 insertions, 0 deletions