* logical structure.
*
* The ParameterHandler class is discussed in detail in the @ref
- * step_19 "step-19" example program, and is used in more realistic
- * situation in @ref step_28 "step-28".
+ * step_19 "step-19" example program.
*
* <h3>Declaring entries</h3>
*
* @note The triangulation needs to be
* void upon calling this
* function.
- *
- * @note For an example of the
- * use of this function see the
- * @ref step_28 "step-28"
- * tutorial program.
*/
template <int dim>
static
*
* This material_id may be set upon construction of a
* triangulation (through the CellData data structure), or later
- * through use of cell iterators. For a typical use of this
- * functionality, see the @ref step_28 "step-28" tutorial
- * program. The functions of the GridGenerator namespace typically
+ * through use of cell iterators.
+ * The functions of the GridGenerator namespace typically
* set the material ID of all cells to zero. When reading a
* triangulation, the material id must be specified in the input
* file (UCD format) or is otherwise set to zero. Material IDs are
/**
* Return the material id of this
* cell.
- *
- * For a typical use of this
- * function, see the @ref step_28
- * "step-28" tutorial program.
*/
unsigned char material_id () const;
/**
* Set the material id of this
* cell.
- *
- * For a typical use of this
- * function, see the @ref step_28
- * "step-28" tutorial program.
*/
void set_material_id (const unsigned char new_material_id) const;