# warning: Inheritance graph for 'Subscriptor' not generated, too many nodes (209), threshold is 50. Consider increasing DOT_GRAPH_MAX_NODES.
sed -i '/Inheritance graph/d' doxygen.log
# Suppress:
- # warning: @copybrief or @copydoc target '<name>' not found
- # warning: Found recursive @copybrief or @copydoc relation for argument '<arg>'
- sed -i '/@copybrief or @copydoc/d' doxygen.log
- # Suppress:
- # warning: @copydetails or @copydoc target '<name>' not found
- # warning: Found recursive @copydetails or @copydoc relation for argument '<arg>'
- sed -i '/@copydetails or @copydoc/d' doxygen.log
- # Suppress:
# warning: explicit link request to '<function>' could not be resolved
sed -i '/explicit link request to/d' doxygen.log
# Remove empty lines
virtual ~Triangulation() = default;
/**
- * @copydoc dealii::Triangulation::create_triangulation()
+ * @copydoc deal.II/grid/tria.h Triangulation::create_triangulation(const TriangulationDescription::Description<dim, spacedim>&)
*
* @note This is the function to be used instead of
* Triangulation::create_triangulation() for some of the other
const unsigned int level) const override;
/**
- * @copydoc dealii::Triangulation::get_boundary_ids()
+ * @copydoc deal.II/grid/tria.h Triangulation::get_boundary_ids()
*
* @note This function involves a global communication gathering all current
* IDs from all processes.
get_boundary_ids() const override;
/**
- * @copydoc dealii::Triangulation::get_manifold_ids()
+ * @copydoc deal.II/grid/tria.h Triangulation::get_manifold_ids()
*
* @note This function involves a global communication gathering all current
* IDs from all processes.
update_number_cache();
/**
- * @copydoc dealii::Triangulation::update_reference_cells()
+ * @copydoc deal.II/grid/tria.h Triangulation::update_reference_cells()
*/
void
update_reference_cells() override;
using FiniteElement<dim, spacedim>::get_sub_fe;
/**
- * @copydoc FiniteElement<dim,spacedim>::get_sub_fe()
+ * @copydoc FiniteElement::get_sub_fe()
*/
virtual const FiniteElement<dim, spacedim> &
get_sub_fe(const unsigned int first_component,
const bool vector_describes_relative_displacement);
/**
- * @copydoc Mapping<dim,spacedim>::get_vertices()
+ * @copydoc Mapping::get_vertices()
*/
virtual boost::container::small_vector<Point<spacedim>,
GeometryInfo<dim>::vertices_per_cell>
/**
- * Declare dealii::Vector< Number > as serial vector.
+ * Declare Vector<Number> as serial vector.
*
* @relatesalso Vector
*/