Skip to content

Commit 4dc81b5

Browse files
core: (fixes #715) Clarify that Version::VersionTag() is used exclusively for ns-3 prefixed tags
1 parent 3a1ddfe commit 4dc81b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/model/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Version
9191
{
9292
public:
9393
/**
94-
* Returns the ns-3 version tag of the closest ancestor commit.
94+
* Returns the ns-3 version tag of the closest ancestor commit prefixed with ns-3.
9595
*
9696
* The format of the tag is
9797
* @verbatim ns3-<major>.<minor>[.patch] \endverbatim

0 commit comments

Comments
 (0)