Help: minor reference and markup fixes

This commit is contained in:
Ben Boeckel
2025-06-12 20:48:24 +02:00
parent b634998727
commit 98837b42c3
2 changed files with 7 additions and 7 deletions

View File

@@ -1156,10 +1156,10 @@ with members:
This field was added in codemodel version 2.8.
``workingDirectory``
Optional member that is present when the DEBUGGER_WORKING_DIRECTORY
target property is set.
Optional member that is present when the
:prop_tgt:`DEBUGGER_WORKING_DIRECTORY` target property is set.
The member will also be present in :ref:`Visual Studio Generators`
when VS_DEBUGGER_WORKING_DIRECTORY is set.
when :prop_tgt:`VS_DEBUGGER_WORKING_DIRECTORY` is set.
This field was added in codemodel version 2.8.

View File

@@ -4,7 +4,7 @@ VS_GLOBAL_<variable>
Visual Studio project-specific global variable.
Tell the :ref:`Visual Studio Generators` to set the global variable
'<variable>' to a given value in the generated Visual Studio project.
Ignored on other generators. Qt integration works better if
VS_GLOBAL_QtVersion is set to the version FindQt4.cmake found. For
example, "4.7.3"
``<variable>`` to a given value in the generated Visual Studio project.
Ignored on other generators. For example, Qt integration works better if
``VS_GLOBAL_QtVersion`` is set to the version ``FindQt4.cmake`` found. For
example, ``4.7.3``