From 25af53b70d4d65f0d200e8d0bc8e296a86077c27 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Thu, 2 Mar 2017 07:15:48 -0300 Subject: [PATCH] apply :nodoc: only to Kemal::FileUpload instead of the whole Kemal (#320) --- src/kemal/file_upload.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kemal/file_upload.cr b/src/kemal/file_upload.cr index d463f3f..562c18b 100644 --- a/src/kemal/file_upload.cr +++ b/src/kemal/file_upload.cr @@ -1,5 +1,5 @@ -# :nodoc: module Kemal + # :nodoc: struct FileUpload getter tmpfile : Tempfile getter filename : String?