From d993a7826711d6e0d659ca15e4a935c74702db70 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 17 Jan 2017 11:19:27 -0500 Subject: [PATCH] doxygen fixes --- include/deal.II/base/table_handler.h | 6 +++--- include/deal.II/multigrid/mg_transfer_matrix_free.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/base/table_handler.h b/include/deal.II/base/table_handler.h index 76cbee05d2..4264422c90 100644 --- a/include/deal.II/base/table_handler.h +++ b/include/deal.II/base/table_handler.h @@ -461,10 +461,10 @@ public: /** * Write table as a tex file. If @p with_header is set to false, then no - * \documentclass{...}, \begin{document} and - * \end{document} are used. In this way the file can be + * \\documentclass{...}, \\begin{document} and + * \\end{document} are used. In this way the file can be * included into an existing tex file using a command like - * \input{table_file}. + * \\input{table_file}. */ void write_tex (std::ostream &file, const bool with_header=true) const; diff --git a/include/deal.II/multigrid/mg_transfer_matrix_free.h b/include/deal.II/multigrid/mg_transfer_matrix_free.h index 26ce0935ed..c1cd2acf21 100644 --- a/include/deal.II/multigrid/mg_transfer_matrix_free.h +++ b/include/deal.II/multigrid/mg_transfer_matrix_free.h @@ -111,7 +111,7 @@ public: * altered. For the other degrees of freedom, the result of the restriction * is added. * - * @param to_level The index of the level to restrict from, which is the + * @param from_level The index of the level to restrict from, which is the * level of @p src. * * @param src is a vector with as many elements as there are degrees of -- 2.39.5