Skip to content
Snippets Groups Projects
Commit f941fbaa authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[Doc]: Tabs to whitespaces.

parent 44ec143a
No related branches found
No related tags found
No related merge requests found
<entry> <entry>
<version>${OGS_VERSION}</version> <version>${OGS_VERSION}</version>
<url>http://s3-eu-central-1.amazonaws.com/opengeosys/ogs6-docset/ogs6.tgz</url> <url>http://s3-eu-central-1.amazonaws.com/opengeosys/ogs6-docset/ogs6.tgz</url>
</entry> </entry>
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
*/ */
namespace AssemblerLib { namespace AssemblerLib {
namespace detail { namespace detail {
} }
} }
/** /**
...@@ -33,21 +33,21 @@ namespace BaseLib { ...@@ -33,21 +33,21 @@ namespace BaseLib {
*/ */
namespace FileIO { namespace FileIO {
/** /**
* @namespace FileIO::GMSH * @namespace FileIO::GMSH
* Sub-namespace containing all functionality needed for reading and writing GMSH files. * Sub-namespace containing all functionality needed for reading and writing GMSH files.
* *
* \sa GMSHInterface * \sa GMSHInterface
*/ */
namespace GMSH { namespace GMSH {
} }
/** /**
* @namespace FileIO::Legacy * @namespace FileIO::Legacy
* Includes the interfaces to OGS legacy file formats (OGS-5 and below). * Includes the interfaces to OGS legacy file formats (OGS-5 and below).
*/ */
namespace Legacy { namespace Legacy {
} }
} }
/** /**
...@@ -73,11 +73,11 @@ namespace GeoLib { ...@@ -73,11 +73,11 @@ namespace GeoLib {
* \sa detail * \sa detail
*/ */
namespace MathLib { namespace MathLib {
/** /**
* @namespace MathLib::detail * @namespace MathLib::detail
*/ */
namespace detail { namespace detail {
} }
} }
/** /**
...@@ -89,12 +89,12 @@ namespace MathLib { ...@@ -89,12 +89,12 @@ namespace MathLib {
* \sa MeshGenerator * \sa MeshGenerator
*/ */
namespace MeshLib { namespace MeshLib {
/** /**
* @namespace MeshLib::MeshGenerator * @namespace MeshLib::MeshGenerator
* Functionality for generating meshing. * Functionality for generating meshing.
*/ */
namespace MeshGenerator { namespace MeshGenerator {
} }
} }
/** /**
...@@ -102,10 +102,10 @@ namespace MeshLib { ...@@ -102,10 +102,10 @@ namespace MeshLib {
* The numerical algorithms used in OpenGeoSys * The numerical algorithms used in OpenGeoSys
*/ */
namespace NumLib { namespace NumLib {
/** /**
* @namespace NumLib::detail * @namespace NumLib::detail
*/ */
namespace detail { namespace detail {
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment