diff --git a/doc/Doxyfile b/doc/Doxyfile index ae7d9732..ad5ff398 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -834,7 +834,7 @@ WARN_IF_INCOMPLETE_DOC = YES # WARN_IF_INCOMPLETE_DOC # The default value is: NO. -WARN_NO_PARAMDOC = NO +WARN_NO_PARAMDOC = YES # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when # a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS @@ -2279,7 +2279,8 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = protected=private +PREDEFINED = protected=private \ + MPL_DOXYGEN_SHOULD_SKIP_THIS # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The diff --git a/docs/html/annotated.html b/docs/html/annotated.html index d3d667de..43cb285c 100644 --- a/docs/html/annotated.html +++ b/docs/html/annotated.html @@ -88,16 +88,16 @@
▼Nmpl | |
►Nimpl | |
▼Nmpl | |
►Nimpl | |
Cabsolute_data | Helper class for heterogeneous_layout and make_absolute |
Cabsolute_data< const T * > | Helper class for heterogeneous_layout and make_absolute |
Cabsolute_data< T * > | Helper class for heterogeneous_layout and make_absolute |
Cabsolute_data | Helper class for heterogeneous_layout, make_absolute(T *x, const layout<T> &l) and make_absolute(const T *x, const layout<T> &l) |
Cabsolute_data< const T * > | Helper class for heterogeneous_layout, make_absolute(T *x, const layout<T> &l) and make_absolute(const T *x, const layout<T> &l) |
Cabsolute_data< T * > | Helper class for heterogeneous_layout, make_absolute(T *x, const layout<T> &l) and make_absolute(const T *x, const layout<T> &l) |
Cbase_struct_builder | Base class used to manage information about structures/classes and their public members |
Cbit_and | Function object for calculating the bitwise conjunction of two values in reduction operations as communicator::reduce |
Cbit_or | Function object for calculating the bitwise (inclusive) disjunction of two values in reduction operations as communicator::reduce |
Ctag_t | Class for representing tag parameters in communication operations |
Cvector_layout | Layout representing contiguous storage several objects |
▼Nstd | |
Ctuple_element< N, mpl::cartesian_communicator::dimensions::dimension_periodicity_proxy > | |
Ctuple_size< mpl::cartesian_communicator::dimensions::dimension_periodicity_proxy > |
Helper class for heterogeneous_layout and make_absolute. +
Helper class for heterogeneous_layout, make_absolute(T *x, const layout<T> &l) and make_absolute(const T *x, const layout<T> &l). More...
Helper class for heterogeneous_layout and make_absolute.
+class mpl::absolute_data< T >Helper class for heterogeneous_layout, make_absolute(T *x, const layout<T> &l) and make_absolute(const T *x, const layout<T> &l).