From 5bf0ba0b852eb550074a616d7f145f3192d8c9b9 Mon Sep 17 00:00:00 2001
From: Erik Verbruggen <erik.verbruggen@nokia.com>
Date: Fri, 23 Jul 2010 09:49:53 +0200
Subject: [PATCH] Clarified that the Symbol's line/column are 1-based.

---
 src/shared/cplusplus/Symbol.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/shared/cplusplus/Symbol.h b/src/shared/cplusplus/Symbol.h
index ee32779c946..7de4e13d630 100644
--- a/src/shared/cplusplus/Symbol.h
+++ b/src/shared/cplusplus/Symbol.h
@@ -90,10 +90,10 @@ public:
     /// Returns this Symbol's source location.
     unsigned sourceLocation() const;
 
-    /// Returns this Symbol's line number.
+    /// \returns this Symbol's line number. The line number is 1-based.
     unsigned line() const;
 
-    /// Returns this Symbol's column number.
+    /// \returns this Symbol's column number. The column number is 1-based.
     unsigned column() const;
 
     /// Returns this Symbol's file name.
-- 
GitLab