Skip to content

Commit

Permalink
[temporary] Improve documentation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aeqz committed Jan 27, 2023
1 parent 297953e commit ffbf20f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/Xrefcheck/Scanners/Markdown.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

{-# OPTIONS_GHC -fno-warn-orphans #-}

-- | Markdown documents markdownScanner.

-- | Scanner for gathering references to verify from Markdown documents.
module Xrefcheck.Scanners.Markdown
( MarkdownConfig (..)

Expand Down
5 changes: 2 additions & 3 deletions src/Xrefcheck/Scanners/Symlink.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
- SPDX-License-Identifier: MPL-2.0
-}

-- | Symlink files symlinkScanner.
-- | Scanner for gathering references to verify from symlinks.
--
-- Verifies that the files referenced by symlinks exist in the repository.

-- A symlink's reference corresponds to the file it points to.
module Xrefcheck.Scanners.Symlink
( symlinkScanner
, symlinkSupport
Expand Down

0 comments on commit ffbf20f

Please sign in to comment.