Skip to content

Commit

Permalink
Fixed yardoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Dec 10, 2020
1 parent 83976dd commit 443ddff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/include/ftp-server/write_load.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ def WriteStartViaSocket(start)
# Convert between the UI (yast), and system (vsftpd, pure_ftpd) settings.
#
# The system settings are multiplexed by
# {FtpServerClass#vsftpd_edit vsftpd_edit}:
# {FtpServerClass#VS_SETTINGS VS_SETTINGS} (for vsftpd_edit == true) or
# {FtpServerClass#PURE_SETTINGS PURE_SETTINGS} (for vsftpd_edit == false).
# {Yast::FtpServerClass#VS_SETTINGS VS_SETTINGS}
#
# @param [String] key
# in the {FtpServerClass#EDIT_SETTINGS EDIT_SETTINGS} vocabulary
Expand Down

0 comments on commit 443ddff

Please sign in to comment.