summaryrefslogtreecommitdiffstats
path: root/sigmod/GlobalScript.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-17 12:38:32 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-17 12:38:32 -0500
commitcab331a0937fc90c51ce81649af26a443760ab93 (patch)
tree06c91461cc782daaff2ebc33a11b3bc40ba1637c /sigmod/GlobalScript.h
parent8ffb537df009f80bb5448fec8c2265caacfa0b6c (diff)
downloadsigen-cab331a0937fc90c51ce81649af26a443760ab93.tar.gz
sigen-cab331a0937fc90c51ce81649af26a443760ab93.tar.xz
sigen-cab331a0937fc90c51ce81649af26a443760ab93.zip
Added todos for documentation
Diffstat (limited to 'sigmod/GlobalScript.h')
-rw-r--r--sigmod/GlobalScript.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sigmod/GlobalScript.h b/sigmod/GlobalScript.h
index 0c82a945..d8894ba2 100644
--- a/sigmod/GlobalScript.h
+++ b/sigmod/GlobalScript.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2007-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -106,6 +106,8 @@ class SIGMOD_EXPORT GlobalScript : public Object
/**
* Sets the script that contains common code that is available for use by other scripts.
*
+ * \todo Document objects available
+ *
* \param script The script.
*/
void setScript(const Sigcore::Script& script);