diff options
Diffstat (limited to 'doc/invoking.rst')
-rw-r--r-- | doc/invoking.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/invoking.rst b/doc/invoking.rst index 68e01d70..4b7f987c 100644 --- a/doc/invoking.rst +++ b/doc/invoking.rst @@ -58,6 +58,7 @@ The following options are available: --read-interface=<docpath>,<file> -i <docpath>,<srcpath>,<file> --read-interface=<docpath>,<srcpath>,<file> + -i <docpath>,<srcpath>,<visibility>,<file> Read the interface file in file, which must have been produced by running Haddock with the :option:`--dump-interface` option. The interface @@ -77,6 +78,9 @@ The following options are available: hyperlinks but within sources rendered with :option:`--hyperlinked-source` option. + If visibility is set to `hidden`, modules from that interface file will + not be listed in haddock generated content file. + Multiple :option:`--read-interface` options may be given. .. option:: -D <file> |