lib/ncs_navigator/mdes/variable.rb in ncs_mdes-0.4.1 vs lib/ncs_navigator/mdes/variable.rb in ncs_mdes-0.4.2

- old
+ new

@@ -51,12 +51,12 @@ # # @return [Boolean,nil] attr_writer :required ## - # If this variable is a foreign key, this is the {table - # TransmissionTable} to which it refers. + # If this variable is a foreign key, this is the + # {TransmissionTable table} to which it refers. # # @return [TransmissionTable,nil] the parent table. attr_accessor :table_reference class << self @@ -151,12 +151,12 @@ log.warn("Undefined type #{type.name} for #{name}.") if log end end ## - # Attempts to resolve this variable as a {reference to another - # table #table_reference}. There are two mechanisms for performing - # the resolution: + # Attempts to resolve this variable as a {#table_reference + # reference to another table}. There are two mechanisms for + # performing the resolution: # # 1. If an `override_name` is provided, that table will be looked # up in the provided table list. If it exists, it will be used, # otherwise nothing will be set. # 2. If the type of this variable is one of the NCS FK types and