Subversion Repositories HelenOS

Rev

Rev 3846 | Rev 4153 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. /* Definitions of modules and its relations for generating Doxygen documentation */
  3.  
  4. /**
  5.  * @defgroup srvcs HelenOS Services
  6.  * @ingroup uspace
  7.  */
  8.  
  9.     /**
  10.      * @defgroup ns Naming Service
  11.      * @ingroup srvcs
  12.      */
  13.  
  14.     /**
  15.      * @defgroup kbd Keyboard Service
  16.      * @ingroup srvcs
  17.      */
  18.  
  19.     /**
  20.      * @defgroup fbs Framebuffer Service
  21.      * @ingroup srvcs
  22.      */
  23.  
  24.     /**
  25.      * @defgroup console Console Service
  26.      * @ingroup srvcs
  27.      */
  28.  
  29.     /**
  30.      * @defgroup net Networking Subsystem
  31.      * @ingroup srvcs
  32.      */
  33.  
  34.         /**
  35.          * @defgroup netif Network interface drivers
  36.          * @ingroup net
  37.          */
  38.  
  39.             /**
  40.              * @defgroup lo Loopback Service
  41.              * @ingroup netif
  42.              */
  43.  
  44.         /**
  45.          * @defgroup net_nil Network interface layer
  46.          * @ingroup net
  47.          */
  48.  
  49.             /**
  50.              * @defgroup eth Ethernet (IEEE 802.3) network interface layer Service
  51.              * @ingroup net_nil
  52.              */
  53.  
  54.         /**
  55.          * @defgroup net_il Inter-networking layer
  56.          * @ingroup net
  57.          */
  58.  
  59.             /**
  60.              * @defgroup arp Address Resolution Protocol (ARP) Service
  61.              * @ingroup net_il
  62.              */
  63.  
  64.             /**
  65.              * @defgroup ip Internet Protocol (IP) Service
  66.              * @ingroup net_il
  67.              */
  68.  
  69.         /**
  70.          * @defgroup net_tl Transport layer
  71.          * @ingroup net
  72.          */
  73.  
  74.             /**
  75.              * @defgroup tcp Transmission Control Protocol (TCP) Service
  76.              * @ingroup net_tl
  77.              */
  78.  
  79.         /**
  80.          * @defgroup packet Packet management system
  81.          * @ingroup net
  82.          */
  83.  
  84.     /**
  85.      * @cond amd64
  86.      * @defgroup pci PCI Service
  87.      * @ingroup srvcs
  88.      * @endcond
  89.      */
  90.  
  91.     /**
  92.      * @cond ia32
  93.      * @defgroup pci PCI Service
  94.      * @ingroup srvcs
  95.      * @endcond
  96.      */
  97.  
  98. /**
  99.  * @defgroup emul Emulation Libraries
  100.  * @ingroup uspace
  101.  */
  102.  
  103.     /**
  104.      * @defgroup sfl Softloat
  105.      * @ingroup emul
  106.      */
  107.  
  108.     /**
  109.      * @defgroup softint Softint
  110.      * @ingroup emul
  111.      */
  112.  
  113.