]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix doxygen documentation
authorDaniel Garcia-Sanchez <daniel.garcia-sanchez@insp.upmc.fr>
Sun, 19 Aug 2018 22:08:50 +0000 (00:08 +0200)
committerDaniel Garcia-Sanchez <daniel.garcia-sanchez@insp.upmc.fr>
Wed, 9 Jan 2019 18:08:08 +0000 (19:08 +0100)
source/base/hdf5.cc

index c33a491efeaca62c006ee68d71ae40b432e9864c..581f17eee7f7dd80320ee1a965a6022eba2c72f0 100644 (file)
@@ -193,7 +193,7 @@ namespace HDF5
       return &data[0][0];
     }
 
-    // This function initializes a container of T type
+    // This function initializes a container of number type
     template <template <class...> class Container, typename number>
     typename std::enable_if<
       std::is_same<Container<number>, std::vector<number>>::value,
@@ -1357,6 +1357,7 @@ namespace HDF5
     : File(name, false, MPI_COMM_NULL, mode)
   {}
 
+#  ifndef DOXYGEN
 
   // explicit instantiations of functions
   template float
@@ -1816,6 +1817,8 @@ namespace HDF5
   template void
   Group::write_dataset(const std::string                       name,
                        const FullMatrix<std::complex<double>> &data) const;
+#  endif // DOXYGEN
+
 } // namespace HDF5
 
 DEAL_II_NAMESPACE_CLOSE

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.