From a75d63d2a35c2aac5cbf19ae49ffd0d4b4c8f547 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 29 Apr 2011 01:48:37 +0000 Subject: [PATCH] Properly escape dollar signs. git-svn-id: https://svn.dealii.org/trunk@23668 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/data_out_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/base/data_out_base.h b/deal.II/include/deal.II/base/data_out_base.h index 7a40abcc8a..80ba6c53e2 100644 --- a/deal.II/include/deal.II/base/data_out_base.h +++ b/deal.II/include/deal.II/base/data_out_base.h @@ -1633,7 +1633,7 @@ class DataOutBase * Tecplot API at build time. To write Tecplot binary files directly * make sure that the TECHOME environment variable points to the * Tecplot installation directory, and that the files - * @$TECHOME/include/TECIO.h and @$TECHOME/lib/tecio.a are readable. + * \$TECHOME/include/TECIO.h and \$TECHOME/lib/tecio.a are readable. * If these files are not availabe (or in the case of 1D) this * function will simply call write_tecplot() and thus larger ASCII * data files will be produced rather than more efficient Tecplot -- 2.39.5