From: ellson Date: Tue, 18 Oct 2005 21:10:06 +0000 (+0000) Subject: Fix missing in lang.html; X-Git-Tag: LAST_LIBGRAPH~32^2~7077 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e8126c0491a180952d91bebc857d332acc1b87d;p=graphviz Fix missing in lang.html; add John's changes to base files and regenerate. --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 47461bd7e..59d6fb963 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -1262,16 +1262,23 @@ the given types. "obox" "open" "halfopen" + "vee"

- These are the basic arrow shapes. In addition, there is a grammar - of arrow shapes - which can be used to describe a collection of 1200 arrow shapes as + These are the basic set of backward-compatible arrow shapes. In addition, + there is a grammar of arrow shapes + which can be used to describe a collection of 1260 arrow shapes as modifications of a primitive set of 9 arrows. The basic arrows shown - above contain all of the primitive shapes (e.g., normal, - box, tee, etc.) - plus ones that can be derived from the grammar (e.g., ediamond, - inv). + above contain all of the primitive shapes + (box, crow, diamond, + dot, inv, none, + normal, tee, vee) + plus ones that can be derived from the grammar + (odot, invdot, invodot, + obox, odiamond) + plus some supported as special cases for backward-compatibility + (ediamond, open, halfopen, + empty, invempty).

clusterMode
"local","global","none" diff --git a/doc/info/lang.html b/doc/info/lang.html index 438c2fa3e..9761ea31c 100644 --- a/doc/info/lang.html +++ b/doc/info/lang.html @@ -184,7 +184,7 @@ For this, it needs to know what character encoding is used.

By default, DOT assumes the UTF-8 character encoding. It also accepts the Latin1 (ISO-8859-1) character set, assuming the input graph uses -the charset attribute to +the charset attribute to specify this. For graphs using other character sets, there are usually programs, such as iconv, which will translate from one character set to another.