projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Only add the tooltip when building the online help
[scilab.git]
/
scilab
/
modules
/
helptools
/
src
/
java
/
org
/
scilab
/
modules
/
helptools
/
image
/
MathMLImageConverter.java
diff --git
a/scilab/modules/helptools/src/java/org/scilab/modules/helptools/image/MathMLImageConverter.java
b/scilab/modules/helptools/src/java/org/scilab/modules/helptools/image/MathMLImageConverter.java
index
ce0c5d8
..
7181fd2
100644
(file)
--- a/
scilab/modules/helptools/src/java/org/scilab/modules/helptools/image/MathMLImageConverter.java
+++ b/
scilab/modules/helptools/src/java/org/scilab/modules/helptools/image/MathMLImageConverter.java
@@
-57,6
+57,13
@@
public class MathMLImageConverter implements ExternalImageConverter {
}
/**
+ * {@inheritDoc}
+ */
+ public boolean mustRegenerate() {
+ return true;
+ }
+
+ /**
* Since it is a singleton class...
* @return this
*/