diff options
Diffstat (limited to 'src/translator_en.h')
-rw-r--r-- | src/translator_en.h | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/src/translator_en.h b/src/translator_en.h index 72ff0c3..c71957e 100644 --- a/src/translator_en.h +++ b/src/translator_en.h @@ -1042,30 +1042,33 @@ class TranslatorEnglish : public Translator "};\n" "\\endcode\n" "This will result in the following graph:" - "<p><center><img alt=\"\" src=\"graph_legend."+Config_getEnum("DOT_IMAGE_FORMAT")+"\"></center>\n" + "<p><center><img alt=\"\" src=\"graph_legend."+Config_getEnum("DOT_IMAGE_FORMAT")+"\"></center></p>\n" "<p>\n" "The boxes in the above graph have the following meaning:\n" + "</p>\n" "<ul>\n" "<li>%A filled gray box represents the struct or class for which the " - "graph is generated.\n" - "<li>%A box with a black border denotes a documented struct or class.\n" - "<li>%A box with a grey border denotes an undocumented struct or class.\n" + "graph is generated.</li>\n" + "<li>%A box with a black border denotes a documented struct or class.</li>\n" + "<li>%A box with a grey border denotes an undocumented struct or class.</li>\n" "<li>%A box with a red border denotes a documented struct or class for" "which not all inheritance/containment relations are shown. %A graph is " - "truncated if it does not fit within the specified boundaries.\n" + "truncated if it does not fit within the specified boundaries.</li>\n" "</ul>\n" + "<p>\n" "The arrows have the following meaning:\n" + "</p>\n" "<ul>\n" "<li>%A dark blue arrow is used to visualize a public inheritance " - "relation between two classes.\n" - "<li>%A dark green arrow is used for protected inheritance.\n" - "<li>%A dark red arrow is used for private inheritance.\n" + "relation between two classes.</li>\n" + "<li>%A dark green arrow is used for protected inheritance.</li>\n" + "<li>%A dark red arrow is used for private inheritance.</li>\n" "<li>%A purple dashed arrow is used if a class is contained or used " "by another class. The arrow is labeled with the variable(s) " - "through which the pointed class or struct is accessible.\n" + "through which the pointed class or struct is accessible.</li>\n" "<li>%A yellow dashed arrow denotes a relation between a template instance and " "the template class it was instantiated from. The arrow is labeled with " - "the template parameters of the instance.\n" + "the template parameters of the instance.</li>\n" "</ul>\n"; } /*! text for the link to the legend page */ |