Blender Git Commit Log

Git Commits -> Revision b282a06

Revision b282a06 by Ray molenkamp (master)
June 10, 2021, 00:44 (GMT)
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.

Commit Details:

Full Hash: b282a065f161812a0797e954edc419784a69630e
Parent Commit: 4f81b4b
Lines Changed: +2, -1

1 Modified Path:

/doc/doxygen/Doxyfile (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021