[Doxygen-users] (no subject)
Brought to you by:
dimitri
From: FOURCADE P. <pat...@ai...> - 2002-10-02 09:15:01
|
Hi ! I use doxygen to document a Java Project. The class "master" agregate a collection of "children" classes. The java component used for the collection is Vector. So, doxygen make a link between master and Vector. How can I hide this link and retrieve the link between "Master" and "children" ( in documentation / in graph ) ? sample : public class Children{ } public class Master{ //I will put here, Children instances Vector agregate = new Vector(); } Thanks ! |