Subversion Repositories HelenOS

Rev

Rev 4757 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. /** @file
  3.  *  Definitions of modules and its relations for generating Doxygen documentation.
  4.  */
  5.  
  6. /**
  7.  * @defgroup srvcs HelenOS Services
  8.  * @ingroup uspace
  9.  */
  10.  
  11.     /**
  12.      * @defgroup ns Naming Service
  13.      * @ingroup srvcs
  14.      */
  15.  
  16.     /**
  17.      * @defgroup kbd Keyboard Service
  18.      * @ingroup srvcs
  19.      */
  20.  
  21.     /**
  22.      * @defgroup fbs Framebuffer Service
  23.      * @ingroup srvcs
  24.      */
  25.  
  26.     /**
  27.      * @defgroup console Console Service
  28.      * @ingroup srvcs
  29.      */
  30.  
  31.     /**
  32.      * @defgroup net Networking Stack
  33.      * @ingroup srvcs
  34.      */
  35.  
  36.         /**
  37.          * @defgroup netif Network interface drivers
  38.          * @ingroup net
  39.          */
  40.  
  41.             /**
  42.              * @defgroup lo Loopback Service
  43.              * @ingroup netif
  44.              */
  45.  
  46.             /**
  47.              * @defgroup dp8390 Generic DP8390 network interface family service
  48.              * @ingroup netif
  49.              */
  50.  
  51.                 /**
  52.                  * @defgroup ne2k NE2000 network interface family
  53.                  * @ingroup dp8390
  54.                  */
  55.  
  56.         /**
  57.          * @defgroup net_nil Network interface layer
  58.          * @ingroup net
  59.          */
  60.  
  61.             /**
  62.              * @defgroup eth Ethernet (IEEE 802.3) network interface layer Service
  63.              * @ingroup net_nil
  64.              */
  65.  
  66.             /**
  67.              * @defgroup nildummy Dummy network interface layer Service
  68.              * @ingroup net_nil
  69.              */
  70.  
  71.         /**
  72.          * @defgroup net_il Inter-networking layer
  73.          * @ingroup net
  74.          */
  75.  
  76.             /**
  77.              * @defgroup arp Address Resolution Protocol (ARP) Service
  78.              * @ingroup net_il
  79.              */
  80.  
  81.             /**
  82.              * @defgroup ip Internet Protocol (IP) Service
  83.              * @ingroup net_il
  84.              */
  85.  
  86.         /**
  87.          * @defgroup net_tl Transport layer
  88.          * @ingroup net
  89.          */
  90.  
  91.             /**
  92.              * @defgroup icmp Internet Control Message Protocol (ICMP) Service
  93.              * @ingroup net_tl
  94.              */
  95.  
  96.             /**
  97.              * @defgroup udp User Datagram Protocol (UDP) Service
  98.              * @ingroup net_tl
  99.              */
  100.  
  101.             /**
  102.              * @defgroup tcp Transmission Control Protocol (TCP) Service
  103.              * @ingroup net_tl
  104.              */
  105.  
  106.         /**
  107.          * @defgroup packet Packet management system
  108.          * @ingroup net
  109.          */
  110.  
  111.         /**
  112.          * @defgroup net_app Applications
  113.          * @ingroup net
  114.          */
  115.  
  116.             /**
  117.              * @defgroup echo Echo Service
  118.              * @ingroup net_app
  119.              */
  120.  
  121.             /**
  122.              * @defgroup ping Ping
  123.              * @ingroup net_app
  124.              */
  125.  
  126.             /**
  127.              * @defgroup nettest Networking tests
  128.              * @ingroup net_app
  129.              */
  130.  
  131.         /**
  132.          * @defgroup net_lib Application library
  133.          * @ingroup net
  134.          */
  135.  
  136.             /**
  137.              * @defgroup socket Sockets
  138.              * @ingroup net_lib
  139.              */
  140.  
  141.             /**
  142.              * @defgroup netdb Netdb
  143.              * @ingroup net_lib
  144.              */
  145.  
  146.     /**
  147.      * @cond amd64
  148.      * @defgroup pci PCI Service
  149.      * @ingroup srvcs
  150.      * @endcond
  151.      */
  152.  
  153.     /**
  154.      * @cond ia32
  155.      * @defgroup pci PCI Service
  156.      * @ingroup srvcs
  157.      * @endcond
  158.      */
  159.  
  160. /**
  161.  * @defgroup emul Emulation Libraries
  162.  * @ingroup uspace
  163.  */
  164.  
  165.     /**
  166.      * @defgroup sfl Softloat
  167.      * @ingroup emul
  168.      */
  169.  
  170.     /**
  171.      * @defgroup softint Softint
  172.      * @ingroup emul
  173.      */
  174.  
  175.