From: John Ellson Date: Fri, 21 Sep 2012 08:26:09 +0000 (-0400) Subject: remove spurios '\n' in generated arrow docs X-Git-Tag: LAST_LIBGRAPH~32^2~302 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d7b0914d589371db8a1e5f9930176ff3a4de643;p=graphviz remove spurios '\n' in generated arrow docs --- diff --git a/doc/info/arrows.html b/doc/info/arrows.html index c016325b7..5d99482cd 100644 --- a/doc/info/arrows.html +++ b/doc/info/arrows.html @@ -168,7 +168,8 @@ The following display contains the 36 combinations possible with a single arrow shape. The node attached to the arrow is not drawn but would appear on the right side of the edge.

-

\n +
+
\n + + \n + + \n + + \n + + @@ -222,7 +227,8 @@ on the right side of the edge. \n + + \n + + @@ -242,7 +249,8 @@ on the right side of the edge. \n + + \n + + \n + + \n + + -
@@ -176,7 +177,8 @@ on the right side of the edge. -
box lbox rbox @@ -188,7 +190,8 @@ on the right side of the edge. -
crow lcrow rcrow @@ -200,7 +203,8 @@ on the right side of the edge. -
diamond ldiamond rdiamond @@ -211,7 +215,8 @@ on the right side of the edge.
-
dot odot
-
inv linv rinv @@ -232,7 +238,8 @@ on the right side of the edge.
-
none
-
normal lnormal rnormal @@ -254,7 +262,8 @@ on the right side of the edge. -
tee ltee rtee @@ -263,7 +272,8 @@ on the right side of the edge. -
vee lvee rvee @@ -272,10 +282,13 @@ on the right side of the edge. -
curve lcurve rcurve
\n
-\n + + + + diff --git a/doc/infosrc/mkarrowtbl.sh b/doc/infosrc/mkarrowtbl.sh index 977bf5080..393de1113 100755 --- a/doc/infosrc/mkarrowtbl.sh +++ b/doc/infosrc/mkarrowtbl.sh @@ -13,7 +13,8 @@ CURRA="xxxx" function closeLine { - echo " \n " + echo " " + echo " " for (( I=0;I${AS[$I]}" @@ -21,7 +22,8 @@ function closeLine echo " " } -echo '
\n' +echo "
" +echo "
" while (( $# > 0 )) do @@ -49,6 +51,8 @@ done closeLine -echo '
\n
' -echo '\n' +echo "" +echo "" +echo "" +echo ""