summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2020-09-14 09:29:40 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2020-09-14 09:29:42 -0400
commitd7752d00f9912c5101fbc60f4524ed826879e2c4 (patch)
tree7705b389eb4e2f319ad9e6c4ac477a0889dd1317
parentfd5d622a5ee283d3c1f1ccd28b4f73aab30d7d9f (diff)
downloadhaskell-wip/T18426.tar.gz
Include -f{write,validate}-ide-info in the User's Guide flag referencewip/T18426
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.py1
-rw-r--r--docs/users_guide/flags.rst15
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
----------------------