From 790c6cc9064d420039f14bb4f1a5f0e9dae508e7 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 13 Feb 2014 01:49:37 +0000 Subject: [PATCH] doxygen formatting fixes git-svn-id: https://svn.dealii.org/trunk@32470 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/index_set.h | 4 ++-- deal.II/include/deal.II/lac/sparse_matrix.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/base/index_set.h b/deal.II/include/deal.II/base/index_set.h index 2ed89bee18..d7e74ab4e9 100644 --- a/deal.II/include/deal.II/base/index_set.h +++ b/deal.II/include/deal.II/base/index_set.h @@ -260,7 +260,7 @@ public: /** * Constructs the IndexSet from a text based representation given by the - * stream @param in written by the write() function. + * stream @p in written by the write() function. */ void read(std::istream &in); @@ -272,7 +272,7 @@ public: /** * Constructs the IndexSet from a binary representation given by the stream - * @param in written by the write_block() function. + * @p in written by the write_block() function. */ void block_read(std::istream &in); diff --git a/deal.II/include/deal.II/lac/sparse_matrix.h b/deal.II/include/deal.II/lac/sparse_matrix.h index 2fae863171..2674965466 100644 --- a/deal.II/include/deal.II/lac/sparse_matrix.h +++ b/deal.II/include/deal.II/lac/sparse_matrix.h @@ -1046,14 +1046,14 @@ public: * yourself, you should also rename this function to avoid programs relying * on outdated information! * - * @internal @deprecated Use iterator or const_iterator instead! + * @deprecated Use iterator or const_iterator instead! */ number global_entry (const size_type i) const DEAL_II_DEPRECATED; /** * Same as above, but with write access. You certainly know what you do? * - * @internal @deprecated Use iterator or const_iterator instead! + * @deprecated Use iterator or const_iterator instead! */ number &global_entry (const size_type i) DEAL_II_DEPRECATED; -- 2.39.5