diff options
author | Brad King <brad.king@kitware.com> | 2013-11-01 15:12:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-11-01 15:12:02 (GMT) |
commit | c76e44e7b9eb2a8dfcbc7e84f385dd03d5166554 (patch) | |
tree | a66bdc0bcbf215b587350aa0ab95c2496bc144e4 /Help/manual/cmake-properties.7.rst | |
parent | 20bb60917125ee69e5ce0131934f214be15fdcb6 (diff) | |
download | CMake-c76e44e7b9eb2a8dfcbc7e84f385dd03d5166554.zip CMake-c76e44e7b9eb2a8dfcbc7e84f385dd03d5166554.tar.gz CMake-c76e44e7b9eb2a8dfcbc7e84f385dd03d5166554.tar.bz2 |
Help: Limit reference manual toctree depth to 1
Add a :maxdepth: option to all toctree directives to limit their depth
to 1. We do not want subheadings from individual documents to pollute
the already large lists of CMake Domain objects.
Diffstat (limited to 'Help/manual/cmake-properties.7.rst')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index 7fe1bf2..d6d42ad 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -11,6 +11,8 @@ Properties of Global Scope ========================== .. toctree:: + :maxdepth: 1 + /prop_gbl/ALLOW_DUPLICATE_CUSTOM_TARGETS /prop_gbl/AUTOGEN_TARGETS_FOLDER /prop_gbl/AUTOMOC_TARGETS_FOLDER @@ -39,6 +41,8 @@ Properties on Directories ========================= .. toctree:: + :maxdepth: 1 + /prop_dir/ADDITIONAL_MAKE_CLEAN_FILES /prop_dir/CACHE_VARIABLES /prop_dir/CLEAN_NO_CUSTOM @@ -68,6 +72,8 @@ Properties on Targets ===================== .. toctree:: + :maxdepth: 1 + /prop_tgt/ALIASED_TARGET /prop_tgt/ARCHIVE_OUTPUT_DIRECTORY_CONFIG /prop_tgt/ARCHIVE_OUTPUT_DIRECTORY @@ -220,6 +226,8 @@ Properties on Tests =================== .. toctree:: + :maxdepth: 1 + /prop_test/ATTACHED_FILES_ON_FAIL /prop_test/ATTACHED_FILES /prop_test/COST @@ -241,6 +249,8 @@ Properties on Source Files ========================== .. toctree:: + :maxdepth: 1 + /prop_sf/ABSTRACT /prop_sf/AUTOUIC_OPTIONS /prop_sf/AUTORCC_OPTIONS @@ -265,6 +275,8 @@ Properties on Cache Entries =========================== .. toctree:: + :maxdepth: 1 + /prop_cache/ADVANCED /prop_cache/HELPSTRING /prop_cache/MODIFIED |