From c006a8d96b49bed50e84391d0ff21c6116b41ce0 Mon Sep 17 00:00:00 2001 From: Damien Dupuis Date: Tue, 15 Jun 2010 14:18:42 +0000 Subject: [PATCH] Name's operators are now available in python --- vlsisapd/doc/dtr/Name.dox | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vlsisapd/doc/dtr/Name.dox b/vlsisapd/doc/dtr/Name.dox index 027f5eec..9a0c64c2 100644 --- a/vlsisapd/doc/dtr/Name.dox +++ b/vlsisapd/doc/dtr/Name.dox @@ -22,32 +22,22 @@ namespace DTR { /*! \fn bool Name::operator==(const Name&) * \brief redifines the '==' operator. - * - * \note this method is not yet available in python */ /*! \fn bool Name::operator==(const std::string&) * \brief redifines the '==' operator. - * - * \note this method is not yet available in python */ /*! \fn bool Name::operator!=(const Name&) * \brief redifines the '!=' operator. - * - * \note this method is not yet available in python */ /*! \fn bool Name::operator!=(const std::string&) * \brief redifines the '!=' operator. - * - * \note this method is not yet available in python */ /*! \fn bool Name::operator<(const Name) const * \brief redifines the '<' operator. - * - * \note this method is not yet available in python */ /*! \fn inline const std::string& Name::getString() const