diff options
Diffstat (limited to 'src/lib/version/version.c')
-rw-r--r-- | src/lib/version/version.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/version/version.c b/src/lib/version/version.c index 434e6fb424..b2f25e97b5 100644 --- a/src/lib/version/version.c +++ b/src/lib/version/version.c @@ -10,6 +10,11 @@ #include <stdio.h> #include <string.h> +/** + * @file version.c + * @brief Functions to get the version of Tor. + **/ + /** A shorter version of this Tor process's version, for export in our router * descriptor. (Does not include the git version, if any.) */ static const char the_short_tor_version[] = |