summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <[email protected]>2025-07-02 14:02:24 +0200
committerKai Köhne <[email protected]>2025-07-03 08:28:29 +0200
commit64ac47ae960cc88d3dae091c70f3d8d49ff970cf (patch)
treeedf11f898e8382aa069c03e70d939a8f8590e92b
parent0c2a6067a58d6d1dcee045fd4ef7855e6d1822e5 (diff)
Doc: Fix rendering of \gRPC macroHEADdev
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 <[email protected]>
-rw-r--r--src/protobuf/doc/src/qtprotobuf.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/protobuf/doc/src/qtprotobuf.qdoc b/src/protobuf/doc/src/qtprotobuf.qdoc
index 6329de2a..355f7336 100644
--- a/src/protobuf/doc/src/qtprotobuf.qdoc
+++ b/src/protobuf/doc/src/qtprotobuf.qdoc
@@ -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