#include <boost/preprocessor/repetition.hpp>
#include <boost/preprocessor/punctuation/comma_if.hpp>
#include <boost/mpl/void.hpp>
Go to the source code of this file.
Classes | |
struct | doxygen::class_doc_impl< _class > |
Namespaces | |
doxygen | |
Macros | |
#define | DOXYGEN_DOC_DECLARE_CONSTRUCTOR(z, nargs, unused) |
#define | DOXYGEN_DOC_MAX_NUMBER_OF_ARGUMENTS_IN_CONSTRUCTOR 10 |
Typedefs | |
typedef boost::mpl::void_ | doxygen::void_ |
Functions | |
doxygen::BOOST_PP_REPEAT (DOXYGEN_DOC_MAX_NUMBER_OF_ARGUMENTS_IN_CONSTRUCTOR, DOXYGEN_DOC_DECLARE_CONSTRUCTOR, ~) template< typename Class > struct destructor_doc_impl | |
template<typename _class > | |
const char * | doxygen::class_attrib_doc (const char *name) |
template<typename _class > | |
const char * | doxygen::class_doc () |
template<typename Class > | |
const char * | doxygen::destructor_doc () |
template<typename FuncPtr > | |
void_ | doxygen::member_func_args (FuncPtr) |
template<typename FuncPtr > | |
const char * | doxygen::member_func_doc (FuncPtr) |
#define DOXYGEN_DOC_DECLARE_CONSTRUCTOR | ( | z, | |
nargs, | |||
unused | |||
) |
Definition at line 42 of file doxygen.hh.
#define DOXYGEN_DOC_MAX_NUMBER_OF_ARGUMENTS_IN_CONSTRUCTOR 10 |
Definition at line 10 of file doxygen.hh.