summaryrefslogtreecommitdiffstats
path: root/src/translator_fr.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-02-08 10:29:00 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-02-08 10:29:00 (GMT)
commita09ffed2f603699955c18c19e0d3e782fb61d93f (patch)
tree0df3f69e7c752c954ff3ec42b02fc91682d8acb9 /src/translator_fr.h
parent5bfda3d4c1158e5429349a2698339650dcfbbe88 (diff)
downloadDoxygen-a09ffed2f603699955c18c19e0d3e782fb61d93f.zip
Doxygen-a09ffed2f603699955c18c19e0d3e782fb61d93f.tar.gz
Doxygen-a09ffed2f603699955c18c19e0d3e782fb61d93f.tar.bz2
Support generating index-color PNG files
Based on the request http://stackoverflow.com/questions/27036474/how-do-make-doxygen-generate-index-color-png-files for index colored png files, this functionality will be included in the newer versions (2.39) of dot. The functionality -Tpng:cairo:gd will automatically be used by doxygen, though the file extension would be wrong (.png:cairo:gd). With this patch the :cairo:gd is stripped from the image extension, but not from the -T of the dot command. In the doxywizard the different possibilities are supplied as well. Note however that the DOT_IMAGE_FORMAT name is not checked when read from the Doxyfile so it is possible to use other renderer / formats as well due to the generic solution with getDot ImageExtension.
Diffstat (limited to 'src/translator_fr.h')
-rw-r--r--src/translator_fr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translator_fr.h b/src/translator_fr.h
index 2c548c2..cf8e2e2 100644
--- a/src/translator_fr.h
+++ b/src/translator_fr.h
@@ -1077,7 +1077,7 @@ class TranslatorFrench : public Translator
"};\n"
"\\endcode\n"
"Cela aboutira au graphe suivant :"
- "<p><center><img alt=\"\" src=\"graph_legend."+Config_getEnum("DOT_IMAGE_FORMAT")+"\"></center></p>\n"
+ "<p><center><img alt=\"\" src=\"graph_legend."+getDotImageExtension()+"\"></center></p>\n"
"<p>\n"
"Les rectangles du graphe ci-dessus ont la signification suivante :\n"
"<ul>\n"
@@ -2057,4 +2057,4 @@ class TranslatorFrench : public Translator
};
-#endif \ No newline at end of file
+#endif