Documenting preprocessor defines in Doxygen
Yes, it is possible. The Doxygen documentation says: To document global objects (functions, typedefs, enum, macros, etc), you must document the file in which they are defined. In other words, there must at least be a /*! \file */ or a /** @file */ line in this file. You can use @defgroup, @addtogroup, and @ingroup … Read more