diff --git a/lib/lrama/digraph.rb b/lib/lrama/digraph.rb index 45b553a8..9423359a 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 78fb5c93..11ffeb64 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