From a7c42a29f7c33f5fdbb04acc3866ec907c2e00f3 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 6 Oct 2019 15:11:45 -0400 Subject: Fix a few haddock issues --- doc/invoking.rst | 2 +- doc/markup.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/invoking.rst b/doc/invoking.rst index 5397dacf..9fd8f961 100644 --- a/doc/invoking.rst +++ b/doc/invoking.rst @@ -548,5 +548,5 @@ Using literate or pre-processed source Since Haddock uses GHC internally, both plain and literate Haskell sources are accepted without the need for the user to do anything. To -use the C pre-processor, however, the user must pass the the :option:`-cpp` +use the C pre-processor, however, the user must pass the ``-cpp`` option to GHC using :option:`--optghc`. diff --git a/doc/markup.rst b/doc/markup.rst index 9fb0209a..8f926961 100644 --- a/doc/markup.rst +++ b/doc/markup.rst @@ -8,7 +8,7 @@ will just generate documentation that contains the type signatures, data type declarations, and class declarations exported by each of the modules being processed. -.. _top-level-declaration +.. _top-level-declaration: Documenting a Top-Level Declaration ----------------------------------- -- cgit v1.2.3