Skip to content
Snippets Groups Projects
Commit dd7f9905 authored by Elias Pipping's avatar Elias Pipping Committed by pipping
Browse files

Fix doc: \encode needs a space before it

[[Imported from SVN: r8358]]
parent c0bf47b5
No related branches found
No related tags found
No related merge requests found
...@@ -247,7 +247,7 @@ class ColorMap ...@@ -247,7 +247,7 @@ class ColorMap
* \f] * \f]
* (for notation \f$\tau, \gamma\f$ see above) * (for notation \f$\tau, \gamma\f$ see above)
* \warning In order to be of any real use <var>color</var> is not restricted to values in the filled in ColorKey. This, however, leads to possibly highly inaccurate if not meaningless results, if <var>color</var> * \warning In order to be of any real use <var>color</var> is not restricted to values in the filled in ColorKey. This, however, leads to possibly highly inaccurate if not meaningless results, if <var>color</var>
* is too "far away" of the colors in the ColorKey. Also \code x==inv_map(fMin,fMax,map(fMin,fMax,x))\endcode will probably evaluate as <tt>false</tt>. So inv_map() is ONLY a hopefully APPROXIMATE inverse of map(). * is too "far away" of the colors in the ColorKey. Also \code x==inv_map(fMin,fMax,map(fMin,fMax,x)) \endcode will probably evaluate as <tt>false</tt>. So inv_map() is ONLY a hopefully APPROXIMATE inverse of map().
* *
* \param fMin lower interval boundary for values represented by the colormap * \param fMin lower interval boundary for values represented by the colormap
* \param fMax upper interval boundary for values represented by the colormap * \param fMax upper interval boundary for values represented by the colormap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment