Subversion Repositories HelenOS

Rev

Rev 3466 | Rev 3912 | 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 Service
  31.      * @ingroup srvcs
  32.      */
  33.  
  34.         /**
  35.          * @defgroup arp Address Resolution Protocol (ARP) Service
  36.          * @ingroup net
  37.          */
  38.  
  39.         /**
  40.          * @defgroup eth Ethernet network interface layer Service
  41.          * @ingroup net
  42.          */
  43.  
  44.     /**
  45.      * @cond amd64
  46.      * @defgroup pci PCI Service
  47.      * @ingroup srvcs
  48.      * @endcond
  49.      */
  50.  
  51.     /**
  52.      * @cond ia32
  53.      * @defgroup pci PCI Service
  54.      * @ingroup srvcs
  55.      * @endcond
  56.      */
  57.  
  58. /**
  59.  * @defgroup emul Emulation Libraries
  60.  * @ingroup uspace
  61.  */
  62.  
  63.     /**
  64.      * @defgroup sfl Softloat
  65.      * @ingroup emul
  66.      */
  67.  
  68.     /**
  69.      * @defgroup softint Softint
  70.      * @ingroup emul
  71.      */
  72.  
  73.