summaryrefslogtreecommitdiff
path: root/src/signer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-26 22:25:11 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-26 22:25:11 +0000
commit93096af59d8235235c0caed929b6f72dcf09cdc9 (patch)
tree379519075366d74a16b6912d6bc02fef05ce3700 /src/signer.cc
parent59886567974bd3e79d30a4a9425d86d50bf425f3 (diff)
A little tidying up.
Diffstat (limited to 'src/signer.cc')
-rw-r--r--src/signer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signer.cc b/src/signer.cc
index 4c5d199a..a280cb07 100644
--- a/src/signer.cc
+++ b/src/signer.cc
@@ -38,7 +38,7 @@ using namespace dcp;
/** Add a &lt;Signer&gt; and &lt;ds:Signature&gt; nodes to an XML node.
* @param parent XML node to add to.
- * @param interop true to use Interop standards, false for SMPTE.
+ * @param standard INTEROP or SMPTE.
*/
void
Signer::sign (xmlpp::Element* parent, Standard standard) const