diff --git a/src/polyhedralGravity/Info.h.in b/src/polyhedralGravity/Info.h.in index ecb0c35..4180d52 100644 --- a/src/polyhedralGravity/Info.h.in +++ b/src/polyhedralGravity/Info.h.in @@ -10,25 +10,26 @@ namespace polyhedralGravity { /** - * The API version of the polyhedral gravity model's interface. + * The API's version of the polyhedral gravity model's interface. * The value is set by the CMake configuration. */ constexpr std::string_view POLYHEDRAL_GRAVITY_VERSION = "@POLYHEDRAL_GRAVITY_VERSION@"; /** - * The API parallelization backend of the polyhedral gravity model's interface. + * The API's parallelization backend of the polyhedral gravity model's interface. * The value is set by the CMake configuration. */ constexpr std::string_view POLYHEDRAL_GRAVITY_PARALLELIZATION = "@POLYHEDRAL_GRAVITY_PARALLELIZATION@"; /** - * The API commit with which it was compiled. + * The commit hash of the currently compiled version. + * This is appened with '+modified' in case the working tree is not clean. * The value is set by the CMake configuration. */ constexpr std::string_view POLYHEDRAL_GRAVITY_COMMIT_HASH = "@POLYHEDRAL_GRAVITY_COMMIT_HASH@"; /** - * The API's Loggin Level. Determines the amount of output. + * The API's Logging Level. Determines the amount of output. * The value is set by the CMake configuration. */ constexpr std::string_view POLYHEDRAL_GRAVITY_LOGGING_LEVEL = "@POLYHEDRAL_GRAVITY_LOGGING_LEVEL@";