[Ns-bugs] [Bug 202] a lot of classes have disapeared from the doxygen class list

bugzilla-daemon@nsnam-www.ece.gatech.edu bugzilla-daemon at nsnam-www.ece.gatech.edu
Wed Jun 4 11:31:01 PDT 2008


http://www.nsnam.org/bugzilla/show_bug.cgi?id=202





------- Comment #1 from mathieu.lacage at sophia.inria.fr  2008-06-04 14:30 -------
These seem to come from using the \defgroup tag from the class definition.

For example, the patch below seem to make the Socket class be documented
properly again.

diff -r 8c4fcd2a187d src/node/socket.h
--- a/src/node/socket.h Wed Jun 04 11:01:01 2008 -0700
+++ b/src/node/socket.h Wed Jun 04 11:30:36 2008 -0700
@@ -39,7 +39,11 @@ class Packet;
 /**
  * \ingroup node
  * \defgroup socket Socket
+ */
+
+/**
  * \brief A low-level Socket API based loosely on the BSD Socket API.
+ * \ingroup socket
  *
  * A few things to keep in mind about this type of socket:
  * - it uses ns-3 API constructs such as class ns3::Address instead of


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ns-bugs mailing list