From 63e7d15265afda7da70e5622dc8a3f0316a4638b Mon Sep 17 00:00:00 2001 From: Matthias Fischmann Date: Thu, 25 Nov 2021 21:22:12 +0100 Subject: [PATCH] Enrich haddocks with cross-references. --- services/brig/src/Brig/Options.hs | 1 + services/galley/src/Galley/API/CustomBackend.hs | 1 + 2 files changed, 2 insertions(+) diff --git a/services/brig/src/Brig/Options.hs b/services/brig/src/Brig/Options.hs index 874fd3a4a1c..ad631e49325 100644 --- a/services/brig/src/Brig/Options.hs +++ b/services/brig/src/Brig/Options.hs @@ -604,6 +604,7 @@ data CustomerExtensions = CustomerExtensions } deriving (Show, FromJSON, Generic) +-- | See also: "Galley.API.CustomBackend", `galley.custom_backend`. newtype DomainsBlockedForRegistration = DomainsBlockedForRegistration [Domain] deriving newtype (Show, FromJSON, Generic) diff --git a/services/galley/src/Galley/API/CustomBackend.hs b/services/galley/src/Galley/API/CustomBackend.hs index ebcff2b55e2..d65c6effe62 100644 --- a/services/galley/src/Galley/API/CustomBackend.hs +++ b/services/galley/src/Galley/API/CustomBackend.hs @@ -15,6 +15,7 @@ -- You should have received a copy of the GNU Affero General Public License along -- with this program. If not, see . +-- | See also: 'DomainsBlockedForRegistration'. module Galley.API.CustomBackend ( getCustomBackendByDomainH, internalPutCustomBackendByDomainH,