Skip to content

Commit

Permalink
Merge pull request #6199 from tjhei/fix-doxygen-warn
Browse files Browse the repository at this point in the history
fix doxygen copydoc reference
  • Loading branch information
gassmoeller authored Jan 6, 2025
2 parents 85802d9 + 886a424 commit df79046
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace aspect
* Evaluate the strain rate residual for each component at the top face of the current cell
* if it lies at the surface boundary.
*
* @copydoc DataPostprocessorTensor<dim>::evaluate_vector_field()
* @copydoc dealii::DataPostprocessor<dim>::evaluate_vector_field()
*/
void
evaluate_vector_field(const DataPostprocessorInputs::Vector<dim> &input_data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace aspect
/**
* Evaluate the velocity residual for the current cell.
*
* @copydoc DataPostprocessorVector<dim>::evaluate_vector_field()
* @copydoc dealii::DataPostprocessor<dim>::evaluate_vector_field()
*/
void
evaluate_vector_field(const DataPostprocessorInputs::Vector<dim> &input_data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace aspect
/**
* Evaluate the dynamic topography for the current cell.
*
* @copydoc DataPostprocessorScalar<dim>::evaluate_vector_field()
* @copydoc dealii::DataPostprocessor<dim>::evaluate_vector_field()
*/
void
evaluate_vector_field(const DataPostprocessorInputs::Vector<dim> &input_data,
Expand Down
2 changes: 1 addition & 1 deletion include/aspect/postprocess/visualization/geoid.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace aspect
initialize () override;

/**
* @copydoc DataPostprocessorScalar<dim>::evaluate_vector_field()
* @copydoc dealii::DataPostprocessor<dim>::evaluate_vector_field()
*/
void
evaluate_vector_field(const DataPostprocessorInputs::Vector<dim> &input_data,
Expand Down
2 changes: 1 addition & 1 deletion include/aspect/postprocess/visualization/heat_flux_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace aspect
/**
* Compute the heat flux for the given input cell.
*
* @copydoc DataPostprocessorScalar<dim>::evaluate_vector_field()
* @copydoc dealii::DataPostprocessor<dim>::evaluate_vector_field()
*/
void
evaluate_vector_field(const DataPostprocessorInputs::Vector<dim> &input_data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace aspect
/**
* Evaluate the dynamic topography for the current cell.
*
* @copydoc DataPostprocessorScalar<dim>::evaluate_vector_field()
* @copydoc dealii::DataPostprocessor<dim>::evaluate_vector_field()
*/
void
evaluate_vector_field(const DataPostprocessorInputs::Vector<dim> &input_data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace aspect
/**
* Evaluate the dynamic topography for the current cell.
*
* @copydoc DataPostprocessorScalar<dim>::evaluate_vector_field()
* @copydoc dealii::DataPostprocessor<dim>::evaluate_vector_field()
*/
void
evaluate_vector_field(const DataPostprocessorInputs::Vector<dim> &input_data,
Expand Down

0 comments on commit df79046

Please sign in to comment.