From: Wolfgang Bangerth Date: Fri, 29 Apr 2011 01:48:37 +0000 (+0000) Subject: Properly escape dollar signs. X-Git-Tag: v8.0.0~4093 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75d63d2a35c2aac5cbf19ae49ffd0d4b4c8f547;p=dealii.git Properly escape dollar signs. git-svn-id: https://svn.dealii.org/trunk@23668 0785d39b-7218-0410-832d-ea1e28bc413d --- 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