]> git.saurik.com Git - bison.git/blobdiff - src/graphviz.h
doc: fix some invalid @ref.
[bison.git] / src / graphviz.h
index e549feae27642b468d8ac8ac8dfc3a2573468b96..f27c11055932bbd30292cb846970366a17d9398a 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2010-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -40,7 +40,7 @@ void output_node (int id, char const *label, FILE *fout);
 /// \param style        Dot style of the edge (e.g., "dotted" or "solid").
 /// \param fout         output stream.
 void output_edge (int source, int destination, char const *label,
-                 char const *style, FILE *fout);
+                  char const *style, FILE *fout);
 
 /// End a Dot graph.
 /// \param fout  output stream.