Blender Git Loki

Git Commits -> Revision 33f5892

Revision 33f5892 by Ray molenkamp (soc-2021-curves)
June 21, 2021, 14:31 (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: 33f5892b2ee7f301eab39a134177c37c62a8f915
Parent Commit: 258fc99
Committed By: Dilith Jayakody
Lines Changed: +2, -1

1 Modified Path:

/doc/doxygen/Doxyfile (+2, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021