Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 17, 2019
1 parent aa5e2c3 commit d71f838
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/y2network/autoinst/config_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ConfigReader
# Constructor
#
# @param section [AutoinstProfile::NetworkingSection]
# @param system_config [Config] system configuration
# @param original_config [Config] system configuration
def initialize(section, original_config)
@section = section
@original_config = original_config
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2network/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Config

class << self
# @param source [Symbol] Source to read the configuration from
# @param *opts [Array<Object>] Reader options. Check readers documentation to find out
# @param opts [Array<Object>] Reader options. Check readers documentation to find out
# supported options.
def from(source, *opts)
reader = ConfigReader.for(source, *opts)
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2network/config_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module ConfigReader
# Config reader for a given source
#
# @param source [Symbol] Source name (e.g., :sysconfig)
# @param *opts [Array<Object>] Reader options
# @param opts [Array<Object>] Reader options
# @return [Y2Network::Autoinst::ConfigReader,Y2Network::Sysconfig::ConfigReader]
def self.for(source, *opts)
require "y2network/#{source}/config_reader"
Expand Down

0 comments on commit d71f838

Please sign in to comment.