From: Timo Heister Date: Tue, 17 Jan 2017 16:19:27 +0000 (-0500) Subject: doxygen fixes X-Git-Tag: v8.5.0-rc1~229^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3818%2Fhead;p=dealii.git doxygen fixes --- 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