diff options
author | Austin Henriksen <austin@zeroc.com> | 2025-01-29 16:59:17 -0500 |
---|---|---|
committer | Austin Henriksen <austin@zeroc.com> | 2025-01-29 16:59:17 -0500 |
commit | a71c8313b6519434e3824896d3abfd64cf9c2632 (patch) | |
tree | d39f7e709aa791cdf64a84a7bada8a81a658f4fd /cpp/src | |
parent | RedHat multi-platform build fixes (#3167) (diff) | |
download | ice-a71c8313b6519434e3824896d3abfd64cf9c2632.tar.bz2 ice-a71c8313b6519434e3824896d3abfd64cf9c2632.tar.xz ice-a71c8313b6519434e3824896d3abfd64cf9c2632.zip |
Fixed broken doc-comment in 'IceGrid/internal.ice'.3.7
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/Internal.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Internal.ice b/cpp/src/IceGrid/Internal.ice index efa026034d3..5a217a9c605 100644 --- a/cpp/src/IceGrid/Internal.ice +++ b/cpp/src/IceGrid/Internal.ice @@ -164,7 +164,7 @@ interface Adapter * * Set the direct proxy for this adapter. * - * @param The direct proxy. The direct proxy should be created + * @param proxy The direct proxy. The direct proxy should be created * with the object adapter and should contain the object adapter * endpoints. * |