From 138d85f9bfb0dc8df74cb68d018eb849e09ecaab Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 1 Apr 2021 09:38:02 +0200 Subject: [PATCH] docs: Usage updated --- docs/usage.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index a5b172d1..cfe5e9cb 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -188,16 +188,6 @@ UNITS_AS_SYSTEM_HEADERS Exports library as system headers. -UNITS_BUILD_DOCS -++++++++++++++++ - -**Values**: ``ON``/``OFF`` - -**Defaulted to**: ``ON`` - -Enables project documentation generation. - - UNITS_IWYU ++++++++++ @@ -206,7 +196,17 @@ UNITS_IWYU **Defaulted to**: ``OFF`` Enables include-what-you-use when compiling with a clang compiler. -Additionally turns on `UNITS_AS_SYSTEM_HEADERS`. +Additionally turns on `UNITS_AS_SYSTEM_HEADERS`_. + + +UNITS_BUILD_DOCS +++++++++++++++++ + +**Values**: ``ON``/``OFF`` + +**Defaulted to**: ``ON`` + +Enables project documentation generation. Installation and Reuse