diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2020-09-14 09:29:40 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-16 04:53:22 -0400 |
commit | 90229c4b781184d0e59ac67afda90ed316f62bcd (patch) | |
tree | 4c6e8676a3779909a49b6b8abae6498e5d386db9 | |
parent | 4283feaa9e0826211f7a71d543054c989ea32965 (diff) | |
download | haskell-90229c4b781184d0e59ac67afda90ed316f62bcd.tar.gz |
Include -f{write,validate}-ide-info in the User's Guide flag reference
Previously, these were omitted from the flag reference due to a
layout oversight in `docs/users_guide/flags.{rst,py}`.
Fixes #18426.
-rw-r--r-- | docs/users_guide/flags.py | 1 | ||||
-rw-r--r-- | docs/users_guide/flags.rst | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/users_guide/flags.py b/docs/users_guide/flags.py index 2f0bda23b9..8d09971a5f 100644 --- a/docs/users_guide/flags.py +++ b/docs/users_guide/flags.py @@ -64,6 +64,7 @@ categories = { 'coverage': 'Program coverage', 'cpp': 'C pre-processor', 'debugging': 'Debugging the compiler', + 'extended-interface-files': 'Extended interface files', 'interactive': 'Interactive mode', 'interface-files': 'Interface files', 'keep-intermediates': 'Keeping intermediate files', diff --git a/docs/users_guide/flags.rst b/docs/users_guide/flags.rst index 5c2e7ae072..e6daca2f12 100644 --- a/docs/users_guide/flags.rst +++ b/docs/users_guide/flags.rst @@ -127,6 +127,21 @@ More details in :ref:`hi-options` :type: table :category: interface-files +Extended interface file options +------------------------------- + +More details in :ref:`hie-options` + +.. tabularcolumns:: + | p{\dimexpr 0.30\textwidth-2\tabcolsep} | + p{\dimexpr 0.31\textwidth-2\tabcolsep} | + p{\dimexpr 0.11\textwidth-2\tabcolsep} | + p{\dimexpr 0.29\textwidth-2\tabcolsep} | + +.. flag-print:: + :type: table + :category: extended-interface-files + Recompilation checking ---------------------- |