mirror of
https://github.com/gonum/gonum.git
synced 2025-10-30 02:02:09 +08:00
graph/encoding/dot: refactor quoting docs (#797)
This commit is contained in:
committed by
Robin Eklind
parent
24f0d081ca
commit
bb6edb12aa
@@ -11,4 +11,11 @@
|
||||
//
|
||||
// DOT grammar: http://www.graphviz.org/doc/info/lang.html
|
||||
//
|
||||
// Attribute quoting
|
||||
//
|
||||
// Attributes and IDs are quoted if needed during marshalling, to conform with
|
||||
// valid DOT syntax. Quoted IDs and attributes are unquoted during unmarshaling,
|
||||
// so the data is kept in raw form. As an exception, quoted text with a leading
|
||||
// `"<` and a trailing `>"` is not unquoted to ensure preservation of the string
|
||||
// during a round-trip.
|
||||
package dot // import "gonum.org/v1/gonum/graph/encoding/dot"
|
||||
|
||||
Reference in New Issue
Block a user