Doc: Fix rendering of \gRPC macro

The \c prevents the macro to resolve. Anyhow, \c should be used only
for command tools etc, not for generic product names. Just drop it.

Fixes: QTBUG-138179
Change-Id: Id5f10242ff0218fb6bc3cc4771fab722bdbc07e2
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
Kai Köhne 2025-07-02 14:02:24 +02:00
parent 0c2a6067a5
commit 64ac47ae96
1 changed files with 5 additions and 5 deletions

View File

@ -138,9 +138,9 @@
\title Example of installation for Windows using vcpkg
\brief Installing instructions for Protobuf and \gRPC on Windows.
You can install \c Protobuf and \c \gRPC packages on Windows using
You can install Protobuf and \gRPC packages on Windows using
\e vcpkg.
\note As an alternative solution, you can build \c Protobuf and \c \gRPC
\note As an alternative solution, you can build Protobuf and \gRPC
packages manually. Build instructions can be found for
\l {https://github.com/protocolbuffers/protobuf/blob/main/cmake/README.md#windows-builds}{Protobuf}
and \l{https://github.com/grpc/grpc/blob/v1.60.0/BUILDING.md#windows}{gRPC}
@ -158,7 +158,7 @@
\endlist
The \c vcpkg is a cross-platform C/C++ package manager.
You can use the \c vcpkg for \c Protobuf, \c \gRPC and its dependencies
You can use the \c vcpkg for Protobuf, \gRPC and its dependencies
installation:
\badcode
.\vcpkg.exe install protobuf protobuf:x64-windows
@ -169,7 +169,7 @@
the vcpkg.json name.
Finally, you can build and execute Qt-based projects with
\c Protobuf and \c \gRPC support.
Protobuf and \gRPC support.
For instance, run \l {Magic 8 Ball} from your installed version
of Qt.
The example requires both packages to be installed, since \c {Magic 8 Ball}
@ -182,7 +182,7 @@
\li Choose MSVC-based building kit from Qt-creator configuration
settings:
\image msvc-kit.webp
\li Add the paths to the installed \c Protobuf and \c \gRPC packages
\li Add the paths to the installed Protobuf and \gRPC packages
to the \c CMAKE_PREFIX_PATH environment variable inside
\c {Initial Configuration} settings block:
\image path-env-variable.webp