diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2018-10-25 13:34:27 +0200 |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2018-10-25 13:47:31 +0200 |
commit | adbaadf0eef855aeb043babceae67e324b69fef0 (patch) | |
tree | cafc762ddcd625ba840242484da0d3ffe3a226f2 /Help/command/qt_wrap_ui.rst | |
parent | 2459b5e8324ced6435a12fedf98067a0d9fac5f1 (diff) | |
download | cmake-adbaadf0eef855aeb043babceae67e324b69fef0.tar.gz |
Help: Apply syntax highlighting to project commands
* Replace most "::" by ".. code-block:: cmake"
* Header sentence in imperative voice,
detailed command description in present tense.
Diffstat (limited to 'Help/command/qt_wrap_ui.rst')
-rw-r--r-- | Help/command/qt_wrap_ui.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/qt_wrap_ui.rst b/Help/command/qt_wrap_ui.rst index f731ed9a89..9a8863de5d 100644 --- a/Help/command/qt_wrap_ui.rst +++ b/Help/command/qt_wrap_ui.rst @@ -3,12 +3,12 @@ qt_wrap_ui Create Qt user interfaces Wrappers. -:: +.. code-block:: cmake qt_wrap_ui(resultingLibraryName HeadersDestName SourcesDestName SourceLists ...) -Produce .h and .cxx files for all the .ui files listed in the +Produces .h and .cxx files for all the .ui files listed in the ``SourceLists``. The .h files will be added to the library using the ``HeadersDestNamesource`` list. The .cxx files will be added to the library using the ``SourcesDestNamesource`` list. |