diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:20:10 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:20:10 +0000 |
commit | 601414c1ef664e0b9e4e45db46e115b3a9e8632d (patch) | |
tree | 7759966cb8c43ff1d5723ae18ac83ac834b45650 /compiler/main/Finder.lhs | |
parent | cb8f0e566e65c1e54de43174668fa3531970c8f5 (diff) | |
download | haskell-601414c1ef664e0b9e4e45db46e115b3a9e8632d.tar.gz |
Fix Haddock errors.
Diffstat (limited to 'compiler/main/Finder.lhs')
-rw-r--r-- | compiler/main/Finder.lhs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/main/Finder.lhs b/compiler/main/Finder.lhs index ca49aa2216..63beae4e6a 100644 --- a/compiler/main/Finder.lhs +++ b/compiler/main/Finder.lhs @@ -490,13 +490,13 @@ mkStubPaths dflags mod location stub_basename = stub_basename0 ++ "_stub" -- this is the filename we're going to use when - -- #including the stub_h file from the .hc file. + -- \#including the stub_h file from the .hc file. -- Without -stubdir, we just #include the basename -- (eg. for a module A.B, we #include "B_stub.h"), -- relying on the fact that we add an implicit -I flag -- for the directory in which the source file resides -- (see DriverPipeline.hs). With -stubdir, we - -- #include "A/B.h", assuming that the user has added + -- \#include "A/B.h", assuming that the user has added -- -I<dir> along with -stubdir <dir>. include_basename | Just _ <- stubdir = mod_basename |