Files
unison/doc/main.h

98 lines
2.4 KiB
C
Raw Normal View History

2008-01-10 07:31:40 -08:00
/**
* \mainpage ns-3 Documentation
*
* \section intro-sec Introduction
* <a href="http://www.nsnam.org/">ns-3</a> documentation is maintained using
* <a href="http://www.doxygen.org">Doxygen</a>.
* Doxygen is typically used for
* API documentation, and organizes such documentation across different
2009-11-13 13:25:14 -08:00
* modules. This project uses Doxygen for building the definitive
2011-06-29 20:55:34 -07:00
* maintained API documentation. Additional ns-3 project documentation
* can be found at the
* <a href="http://www.nsnam.org/documentation/latest">project web site</a>.
2008-01-10 07:31:40 -08:00
*
* \section install-sec Building the Documentation
*
2014-11-26 14:56:17 -08:00
* ns-3 requires Doxygen version 1.8.3.1 or greater.
2008-01-10 07:31:40 -08:00
*
2009-11-14 07:13:06 -08:00
* Type "./waf --doxygen" or "./waf --doxygen-no-build" to build the
* documentation. The doc/ directory contains
* configuration for Doxygen (doxygen.conf) and main.h. The Doxygen
2008-01-10 07:31:40 -08:00
* build process puts html files into the doc/html/ directory, and latex
* filex into the doc/latex/ directory.
*
* \section module-sec Module overview
*
2011-06-29 20:55:34 -07:00
* The ns-3 library is split across many modules organized under the
* <b><a href="modules.html">Modules</a></b> tab.
2011-05-17 17:36:08 -07:00
* - aodv
* - applications
* - bridge
* - click
* - config-store
* - core
* - csma
* - csma-layout
* - dsdv
* - emu
* - energy
* - flow-monitor
* - internet
* - lte
* - mesh
* - mobility
* - mpi
* - netanim
* - network
* - nix-vector-routing
* - ns3tcp
* - ns3wifi
* - olsr
* - openflow
* - point-to-point
* - point-to-point-layout
* - propagation
* - spectrum
* - stats
* - tap-bridge
* - test
* - topology-read
* - uan
* - virtual-net-device
* - visualizer
* - wifi
* - wimax
2008-01-10 07:31:40 -08:00
*
*/
/**
* \namespace ns3
* \brief Every class exported by the ns3 library is enclosed in the
* ns3 namespace.
*/
// Macros defined by the build system.
//
// These have to be visible for doxygen to document them,
// so we put them here in a file only seen by doxygen, not the compiler.
/**
* \ingroup assert
*
* \def NS3_ASSERT_ENABLE
*
* Enable asserts at compile time.
*
* This is normally set by `./waf configure --build-profile=debug`.
*/
#define NS3_ASSERT_ENABLE
/**
* \ingroup logging
*
* \def NS3_LOG_ENABLE
*
* Enable logging at compile time.
*
* This is normally set by `./waf configure --build-profile=debug`.
*/
#define NS3_LOG_ENABLE