Hi,

In doxygen source code, I see the following.

In filedef.h
 95     /*! Returns the name of the verbatim copy of this file (if any). */
 96     QCString includeName() const;

In filedef.cpp

1555 /*! Returns the name of the verbatim copy of this file (if any). */
1556 QCString FileDef::includeName() const

The document are the same. I'm wondering which one is redundant.

I try to keep only the document in the cpp file (in my package). But
it does not appear in the generated document. Is there a way to keep
the document of member function in the cpp file and still have the
generated document?

-- 
Regards,
Peng

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to