--- branches/development/src/utils/GenericData.hpp 2010/07/09 23:08:25 1465 +++ branches/development/src/utils/GenericData.hpp 2012/10/22 20:42:10 1808 @@ -36,7 +36,8 @@ * [1] Meineke, et al., J. Comp. Chem. 26, 252-271 (2005). * [2] Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006). * [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008). - * [4] Vardeman & Gezelter, in progress (2009). + * [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). + * [5] Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). */ /** @@ -44,7 +45,6 @@ * @brief * @author tlin * @date 09/20/2004 - * @time 9:30am * @version 1.0 */ @@ -132,7 +132,7 @@ namespace OpenMD{ ElemDataType& getData() {return data_;} /** * Sets POD data - * @data POD data to be set + * @param data POD data to be set */ void setData(const ElemDataType& data) { data_ = data; } @@ -179,8 +179,8 @@ namespace OpenMD{ * @class STLContainerTypeData * @brief STL container type generic data which is associated with an id * - * @template ContainerType - * @template ElemDataType + * \tparam ContainerType + * \tparam ElemDataType */ template class VectorTypeData : public GenericData {