[commit: ghc] master: users-guide: Eliminate some redundant index entries (58b62d6)

git at git.haskell.org git at git.haskell.org
Mon Jul 24 23:36:30 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/58b62d6b2bffcd31c0f3425330ff738f6ba37271/ghc

>---------------------------------------------------------------

commit 58b62d6b2bffcd31c0f3425330ff738f6ba37271
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jul 23 21:31:47 2017 -0400

    users-guide: Eliminate some redundant index entries


>---------------------------------------------------------------

58b62d6b2bffcd31c0f3425330ff738f6ba37271
 docs/users_guide/profiling.rst | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/users_guide/profiling.rst b/docs/users_guide/profiling.rst
index 4107db2..3d25e46 100644
--- a/docs/users_guide/profiling.rst
+++ b/docs/users_guide/profiling.rst
@@ -347,9 +347,6 @@ for all modules in a program.
 
 .. ghc-flag:: -fprof-auto-calls
 
-    .. index::
-       single: -fprof-auto-calls
-
     Adds an automatic ``SCC`` annotation to all *call sites*. This is
     particularly useful when using profiling for the purposes of
     generating stack traces; see the function :base-ref:`traceStack <Debug-Trace.html#traceShow>` in the
@@ -373,9 +370,6 @@ for all modules in a program.
 
 .. ghc-flag:: -fno-prof-count-entries
 
-    .. index::
-       single: -fno-prof-count-entries
-
     Tells GHC not to collect information about how often functions are
     entered at runtime (the "entries" column of the time profile), for
     this module. This tends to make the profiled code run faster, and



More information about the ghc-commits mailing list