diff options
author | Brad King <brad.king@kitware.com> | 2014-11-07 16:40:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-07 16:41:21 (GMT) |
commit | 4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f (patch) | |
tree | bca362a9deee8b9c5175407957831534d8fa0088 /Help/prop_sf | |
parent | b71399a189616b762e975670e477c6d09813803f (diff) | |
download | CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.zip CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.tar.gz CMake-4c8c442d7c2e61e87be9dd29ddfe2c4e4821df9f.tar.bz2 |
Help: Fix broken cross-references reported by 'nitpicky' option
Enable the Sphinx 'nitpicky' option and fix the resulting warnings about
dangling references.
Diffstat (limited to 'Help/prop_sf')
-rw-r--r-- | Help/prop_sf/AUTOUIC_OPTIONS.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_sf/AUTOUIC_OPTIONS.rst b/Help/prop_sf/AUTOUIC_OPTIONS.rst index 6dfabb0..bb48da9 100644 --- a/Help/prop_sf/AUTOUIC_OPTIONS.rst +++ b/Help/prop_sf/AUTOUIC_OPTIONS.rst @@ -6,7 +6,7 @@ Additional options for ``uic`` when using :prop_tgt:`AUTOUIC` This property holds additional command line options which will be used when ``uic`` is executed during the build via :prop_tgt:`AUTOUIC`, i.e. it is equivalent to the optional ``OPTIONS`` argument of the -:module:`qt4_wrap_ui()<FindQt4>` macro. +:module:`qt4_wrap_ui() <FindQt4>` macro. By default it is empty. |