[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators

Oliver Kellogg okellogg at users.sourceforge.net
Sun Jun 4 14:17:47 UTC 2006


SVN commit 548033 by okellogg:

EBN says the "@since" and "@deprecated" doxygen tags should not be used in the
API documention for major versions.


 M  +0 -1      pythonwriter.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/pythonwriter.cpp #548032:548033
@@ -245,7 +245,6 @@
                 }
             }//end for : write parameter documentation
             h<<m_indentation<<m_indentation<<"@return " + op->getTypeName()<<" :"<<m_endl;
-            h<<m_indentation<<m_indentation<<"@since"<<m_endl;
             h<<m_indentation<<m_indentation<<"@author"<<m_endl;
             h<<m_indentation<<m_indentation<<"\"\"\""<<m_endl;
         }




More information about the umbrello-devel mailing list