diff --git a/lib/lrama/digraph.rb b/lib/lrama/digraph.rb index 47fd21ff..7a8e47e6 100644 --- a/lib/lrama/digraph.rb +++ b/lib/lrama/digraph.rb @@ -10,6 +10,7 @@ module Lrama # # `compute_read_sets` and `compute_follow_sets` have the same structure. # Graph of gotos and attributes of gotos are given then compute propagated attributes for each node. + # # In the case of `compute_read_sets`: # # * Set of gotos is nodes of graph @@ -17,6 +18,7 @@ module Lrama # * `direct_read_sets` is nodes attributes # # In the case of `compute_follow_sets`: + # # * Set of gotos is nodes of graph # * `includes_relation` is edges of graph # * `read_sets` is nodes attributes diff --git a/sig/generated/lrama/digraph.rbs b/sig/generated/lrama/digraph.rbs index 9e1ad806..1a58b70b 100644 --- a/sig/generated/lrama/digraph.rbs +++ b/sig/generated/lrama/digraph.rbs @@ -9,6 +9,7 @@ module Lrama # # `compute_read_sets` and `compute_follow_sets` have the same structure. # Graph of gotos and attributes of gotos are given then compute propagated attributes for each node. + # # In the case of `compute_read_sets`: # # * Set of gotos is nodes of graph @@ -16,6 +17,7 @@ module Lrama # * `direct_read_sets` is nodes attributes # # In the case of `compute_follow_sets`: + # # * Set of gotos is nodes of graph # * `includes_relation` is edges of graph # * `read_sets` is nodes attributes