2
0

main.dox 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. /**
  2. * \mainpage The SIP Router Development Documentation
  3. *
  4. * This development documentation contains annotated and documented
  5. * source files. For the sake of clarity the documentation is split into the
  6. * following groups:
  7. *
  8. * \section db_layer Database Abstraction Layer
  9. *
  10. * \ref db_api Database Abstraction Layer is a group of data structures and functions that
  11. * are used by all SIP Router modules that need to access a database.
  12. *
  13. * \section sr_modules SIP Router Modules
  14. * Please click on the "modules" tab above for more information about the modules
  15. *
  16. * The documentation can be generated using doxygen by running "make doxygen"
  17. *
  18. * \section License SIP-router license
  19. * SIP-router is free software; you can redistribute it and/or modify
  20. * it under the terms of the GNU General Public License as published by
  21. * the Free Software Foundation; either version 2 of the License, or
  22. * (at your option) any later version
  23. *
  24. * SIP-router is distributed in the hope that it will be useful,
  25. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  26. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  27. * GNU General Public License for more details.
  28. *
  29. * You should have received a copy of the GNU General Public License
  30. * along with this program; if not, write to the Free Software
  31. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  32. *
  33. */