[prev in list] [next in list] [prev in thread] [next in thread] 

List:       doxygen-users
Subject:    [Doxygen-users] Template substitution
From:       Raijmond Keulen <raijmond_keulen () mentor ! com>
Date:       2009-02-19 10:02:30
Message-ID: 499D2E36.7090804 () mentor ! com
[Download RAW message or body]

Hello,

I've got my template class CList<T>.
I documented some of its members for example:
    int count(T* item) const  ///< Returns the number of \a item entries 
in the list

I've got an instance list class defined as :
    class InstanceList : public CList<Instance> ...

The generated documentation for the method count() of the class 
InstanceList is:
    int count (T *item) const

Is it possible that doxygen substitutes the Template object type (T) by 
its implementation type (Instance) ?
So that the documented function will look like this:
    int count (Instance *item) const

Regards,
Raijmond


["raijmond_keulen.vcf" (text/x-vcard)]

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H

_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic