X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fcore%2Futil%2FEnvironment.hpp;h=b349f29a9cc9ac6dfa81a055c8aa068976632303;hb=dcdc516f254a8985424e319cd9ae0ee061e58fb0;hp=7db6aa13164b4f219b84fa48df937160bb0fc94f;hpb=42c9ed133c166de9c99b4837f834aa5cf465e9a2;p=anna.git diff --git a/include/anna/core/util/Environment.hpp b/include/anna/core/util/Environment.hpp index 7db6aa1..b349f29 100644 --- a/include/anna/core/util/Environment.hpp +++ b/include/anna/core/util/Environment.hpp @@ -59,7 +59,7 @@ public: /** Parses the environment data (all variables available) when process was started. - @param envp Environment array passed on main function as third argument. + @param envp Environment array passed on main function as third argument. Cache data is cleared if NULL passed, allowing to get current environment values for variables. */ void initialize(char **envp = NULL) throw();