diff --git a/applications/utilities/mesh/conversion/ansysToFoam/ansysToFoam.C b/applications/utilities/mesh/conversion/ansysToFoam/ansysToFoam.C
new file mode 100644
index 0000000000..2e7988708f
--- /dev/null
+++ b/applications/utilities/mesh/conversion/ansysToFoam/ansysToFoam.C
@@ -0,0 +1,31 @@
+/*--------------------------------*- C++ -*----------------------------------*\
+ ========= |
+ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
+ \\ / O peration | Website: https://openfoam.org
+ \\ / A nd | Copyright (C) 2018 OpenFOAM Foundation
+ \\/ M anipulation |
+-------------------------------------------------------------------------------
+License
+ This file is part of OpenFOAM.
+
+ OpenFOAM is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with OpenFOAM. If not, see .
+
+Application
+ ansysToFoam
+
+Description
+ Converts an ANSYS input mesh file, exported from I-DEAS,
+ to OpenFOAM format.
+
+\*---------------------------------------------------------------------------*/
diff --git a/applications/utilities/mesh/conversion/ansysToFoam/ansysToFoam.L b/applications/utilities/mesh/conversion/ansysToFoam/ansysToFoam.L
index 427e328f39..50db188216 100644
--- a/applications/utilities/mesh/conversion/ansysToFoam/ansysToFoam.L
+++ b/applications/utilities/mesh/conversion/ansysToFoam/ansysToFoam.L
@@ -21,13 +21,6 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
-Application
- ansysToFoam
-
-Description
- Converts an ANSYS input mesh file, exported from I-DEAS,
- to OpenFOAM format.
-
\*---------------------------------------------------------------------------*/
%{
diff --git a/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.C b/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.C
new file mode 100644
index 0000000000..d99f8f5863
--- /dev/null
+++ b/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.C
@@ -0,0 +1,30 @@
+/*--------------------------------*- C++ -*----------------------------------*\
+ ========= |
+ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
+ \\ / O peration | Website: https://openfoam.org
+ \\ / A nd | Copyright (C) 2018 OpenFOAM Foundation
+ \\/ M anipulation |
+-------------------------------------------------------------------------------
+License
+ This file is part of OpenFOAM.
+
+ OpenFOAM is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with OpenFOAM. If not, see .
+
+Application
+ fluent3DMeshToFoam
+
+Description
+ Converts a Fluent mesh to OpenFOAM format.
+
+\*---------------------------------------------------------------------------*/
diff --git a/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L b/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L
index 8b10f8cd21..24041f3599 100644
--- a/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L
+++ b/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L
@@ -21,12 +21,6 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
-Application
- fluent3DMeshToFoam
-
-Description
- Converts a Fluent mesh to OpenFOAM format.
-
\*---------------------------------------------------------------------------*/
%{
diff --git a/applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.C b/applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.C
new file mode 100644
index 0000000000..af23dee25f
--- /dev/null
+++ b/applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.C
@@ -0,0 +1,31 @@
+/*--------------------------------*- C++ -*----------------------------------*\
+ ========= |
+ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
+ \\ / O peration | Website: https://openfoam.org
+ \\ / A nd | Copyright (C) 2018 OpenFOAM Foundation
+ \\/ M anipulation |
+-------------------------------------------------------------------------------
+License
+ This file is part of OpenFOAM.
+
+ OpenFOAM is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with OpenFOAM. If not, see .
+
+Application
+ fluentMeshToFoam
+
+Description
+ Converts a Fluent mesh to OpenFOAM format
+ including multiple region and region boundary handling.
+
+\*---------------------------------------------------------------------------*/
diff --git a/applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.L b/applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.L
index 43252ac4f0..c49c6f41da 100644
--- a/applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.L
+++ b/applications/utilities/mesh/conversion/fluentMeshToFoam/fluentMeshToFoam.L
@@ -21,13 +21,6 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
-Application
- fluentMeshToFoam
-
-Description
- Converts a Fluent mesh to OpenFOAM format
- including multiple region and region boundary handling.
-
\*---------------------------------------------------------------------------*/
%{
diff --git a/applications/utilities/mesh/conversion/gambitToFoam/gambitToFoam.C b/applications/utilities/mesh/conversion/gambitToFoam/gambitToFoam.C
new file mode 100644
index 0000000000..ab3c92d40e
--- /dev/null
+++ b/applications/utilities/mesh/conversion/gambitToFoam/gambitToFoam.C
@@ -0,0 +1,32 @@
+/*--------------------------------*- C++ -*----------------------------------*\
+ ========= |
+ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
+ \\ / O peration | Website: https://openfoam.org
+ \\ / A nd | Copyright (C) 2018 OpenFOAM Foundation
+ \\/ M anipulation |
+-------------------------------------------------------------------------------
+License
+ This file is part of OpenFOAM.
+
+ OpenFOAM is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with OpenFOAM. If not, see .
+
+Application
+ gambitToFoam
+
+ \file gambitToFoam.C
+
+Description
+ Converts a GAMBIT mesh to OpenFOAM format.
+
+\*---------------------------------------------------------------------------*/
diff --git a/applications/utilities/mesh/conversion/gambitToFoam/gambitToFoam.L b/applications/utilities/mesh/conversion/gambitToFoam/gambitToFoam.L
index 2f28d16401..ef61a2b0eb 100644
--- a/applications/utilities/mesh/conversion/gambitToFoam/gambitToFoam.L
+++ b/applications/utilities/mesh/conversion/gambitToFoam/gambitToFoam.L
@@ -21,12 +21,6 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
-Application
- gambitToFoam
-
-Description
- Converts a GAMBIT mesh to OpenFOAM format.
-
\*---------------------------------------------------------------------------*/
%{
diff --git a/doc/Doxygen/Doxyfile b/doc/Doxygen/Doxyfile
index 57e1236ced..4f77b573a4 100644
--- a/doc/Doxygen/Doxyfile
+++ b/doc/Doxygen/Doxyfile
@@ -793,9 +793,7 @@ INPUT_ENCODING = UTF-8
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd,
# *.vhdl, *.ucf, *.qsf, *.as and *.js.
-FILE_PATTERNS = *.H \
- *.C \
- *.L
+FILE_PATTERNS = *.H *.C
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.