Skip to content

[doxygen] reduced erros in common, discretization, and geomechanics

removed all \param and \copydoc related error in doxygen for common, discretization, and geomechanics. Ignored a few more difficult to remove warnings in common and discretization such as e.g.:

  • warning: Included by graph for 'common/properties.hh' not generated, too many nodes. Consider increasing DOT_GRAPH_MAX_NODES.

  • warning: Included by graph for 'discretization/box/properties.hh' not generated, too many nodes. Consider increasing DOT_GRAPH_MAX_NODES.

  • warning: Member documentation for elementSolution found several times in @ingroup groups!

  • The member will remain in group CCDiscretization, and won't be put into group StaggeredDiscretization

Merge request reports