Skip to content
Snippets Groups Projects
Commit c234592a authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Merge branch 'template_filename' into 'master'

Fix printing of file name in template cpp files

See merge request pycodegen/pystencils_walberla!6
parents 87e299fd d5ed6ec1
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
// You should have received a copy of the GNU General Public License along // You should have received a copy of the GNU General Public License along
// with waLBerla (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>. // with waLBerla (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
// //
//! \\file {{className}}.cpp //! \\file {{class_name}}.cpp
//! \\ingroup lbm //! \\ingroup lbm
//! \\author lbmpy //! \\author lbmpy
//====================================================================================================================== //======================================================================================================================
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
// You should have received a copy of the GNU General Public License along // You should have received a copy of the GNU General Public License along
// with waLBerla (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>. // with waLBerla (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
// //
//! \\file {{className}}.cpp //! \\file {{class_name}}.cpp
//! \\ingroup lbm //! \\ingroup lbm
//! \\author lbmpy //! \\author lbmpy
//====================================================================================================================== //======================================================================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment