From 7ea6739e1b866bcd9298a18a1335bbfa5831c411 Mon Sep 17 00:00:00 2001 From: Gammasoft Date: Sat, 1 Feb 2025 12:39:31 +0100 Subject: [PATCH] update documentation --- src/xtd.core/include/xtd/comparison.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xtd.core/include/xtd/comparison.hpp b/src/xtd.core/include/xtd/comparison.hpp index 62b2cdd3539..271c1c2a603 100644 --- a/src/xtd.core/include/xtd/comparison.hpp +++ b/src/xtd.core/include/xtd/comparison.hpp @@ -16,6 +16,7 @@ namespace xtd { /// @param x The first object to compare. /// @param y The second object to compare. /// @return A signed integer that indicates the relative values of x and y, as shown in the following table. + /// /// | Value | Meaning | /// |----------------|----------------------| /// | less than 0 | x is less than y. |