commit | fd2a7efe6703b63a0e1efe61f22dddafbf2ee107 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Sep 27 16:50:54 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Sep 27 16:50:54 2013 -0700 |
tree | ed4d2c0c6fc962a592331ede86e94f5b1d1aa111 | |
parent | 1fe62d44c4b2ae375203c7734f1d468877055841 [diff] |
documentation: Fix comment in Signature class.
diff --git a/ndn-cpp/data.hpp b/ndn-cpp/data.hpp index 1f192b9..f8cc893 100644 --- a/ndn-cpp/data.hpp +++ b/ndn-cpp/data.hpp
@@ -16,6 +16,7 @@ /** * A Signature is an abstract base class providing methods to work with the signature information in a Data packet. + * You must create an object of a subclass, for example Sha256WithRsaSignature. */ class Signature { public: