diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2017-10-19 11:45:19 -0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2017-10-19 11:55:46 -0400 |
commit | 7ac22b73b38b60bc26ad2508f57732aa17532a80 (patch) | |
tree | fcba48f6072c33e46f142b473d79a0d5f69f7944 /docs/users_guide/flags.rst | |
parent | de8752e40bfdb05727c723abf97bdf158b5d9392 (diff) | |
download | haskell-7ac22b73b38b60bc26ad2508f57732aa17532a80.tar.gz |
User's guide: Fix the category of some flags
so now “7.6.12. Language options” only lists `-X` flags, as it should.
Diffstat (limited to 'docs/users_guide/flags.rst')
-rw-r--r-- | docs/users_guide/flags.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/users_guide/flags.rst b/docs/users_guide/flags.rst index a3ec0f6f9e..ce3244b153 100644 --- a/docs/users_guide/flags.rst +++ b/docs/users_guide/flags.rst @@ -174,13 +174,15 @@ More details in :ref:`packages` :type: table :category: packages + +.. flags-language-options:: + Language options ---------------- Language options can be enabled either by a command-line option ``-Xblah``, or by a ``{-# LANGUAGE blah #-}`` pragma in the file itself. -See :ref:`options-language`. Some options are enabled using ``-f*`` -flags. +See :ref:`options-language`. .. tabularcolumns:: | p{\dimexpr 0.36\textwidth-2\tabcolsep} | |