[...]
> What's basically happening is that doxygen thinks that the
> instantiation, vectorObj<constraint> is a discrete class,
> then complains that it can't find the documentation for any
> of its class methods. The only reason that doxygen knows
> about what's in vectorObj is because it reads the tagfile
> from the project where the vectorObj template gets declared.
> I think that's what's happening, but it doesn't seem to be
> happening for everything that's imported from the tagfile,
> only for the class that gets instantiated as a superclass.

Well, technically, I suppose that vectorObj<constraint>
is becoming a discrete class at that point (unless there has
been reason to instantiate it previously) - though obviously
we don't really expect doxygen to see it that way.

What is INHERIT_DOCS set to?  The default is YES I think, and
so that would presumably make doxygen go looking.  (Perhaps the
tag file knows enough to find the class exists, but is unable
to resolve the methods for some reason.)


I know, I said I was going to stop guessing.

-- 
Geoff Worboys
Telesis Computing Pty Ltd


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to