From a3575134afa425bafa9782f7bbdcd192ed7c9f17 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 13 May 2021 12:58:37 +0200 Subject: [PATCH] Fix docs (#7674) See https://github.com/koreader/koreader/pull/7668#issuecomment-840404170 --- plugins/coverimage.koplugin/main.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/coverimage.koplugin/main.lua b/plugins/coverimage.koplugin/main.lua index c35c8b424..fc596b347 100644 --- a/plugins/coverimage.koplugin/main.lua +++ b/plugins/coverimage.koplugin/main.lua @@ -1,4 +1,8 @@ --- plugin for saving a cover image to a file and scale it to fit the screen +--[[-- +@module koplugin.wallabag + +Plugin for saving a cover image to a file and scaling it to fit the screen. +]] local Device = require("device")