From 4cba83b556edecdc224734b8332de33a9d1735c5 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 1 Apr 2019 16:09:49 +0200 Subject: [PATCH] Fix YARD annotation to match arguments - Avoid [UnknownParam] @param tag has unknown parameter name: type --- lib/notiffany/notifier/emacs.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/notiffany/notifier/emacs.rb b/lib/notiffany/notifier/emacs.rb index 735dbac..a360c0e 100644 --- a/lib/notiffany/notifier/emacs.rb +++ b/lib/notiffany/notifier/emacs.rb @@ -36,11 +36,7 @@ def _check_available(options) # Shows a system notification. # - # @param [String] type the notification type. Either 'success', - # 'pending', 'failed' or 'notify' - # @param [String] title the notification title # @param [String] message the notification message body - # @param [String] image the path to the notification image # @param [Hash] opts additional notification library options # @option opts [String] success the color to use for success # notifications (default is 'ForestGreen')