clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

Add option to skip unsupported graphviz version quirks #31

Closed clemens-tolboom closed 9 years ago

clemens-tolboom commented 10 years ago

We use several features not supported for some graphviz version.

Let's add an option to skip our underline, hr and other output we know are not supported by older versions.

See https://github.com/clemens-tolboom/uml-generator-php/issues?labels=Graphviz

clemens-tolboom commented 10 years ago

(this comment maybe a duplicate)

Error: undefined entity in line 6
... <tr><td align="left" href="https://api.drupal.org/api/drupal/..!provision!provision!Symfony!Component!ClassLoader!DebugUniversalClassLoader.php/function/DebugUniversalClassLoader::enable/8" title="&laquo; static &raquo; public enable"> ...
clemens-tolboom commented 10 years ago

A change like this would help but the root cause is still unknown.

+                // TODO &laquo; and &raquo; are not supported
+                // -
+                'classifier' => '&lt;&lt; static &gt;&gt; %s',