main.dox 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /**
  2. * \mainpage The Kamailio 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 Kamailio 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 Other information
  19. * If you want other information about Kamailio, please visit https://www.kamailio.org
  20. *
  21. * \section License Kamailio license
  22. * Kamailio is free software; you can redistribute it and/or modify
  23. * it under the terms of the GNU General Public License as published by
  24. * the Free Software Foundation; either version 2 of the License, or
  25. * (at your option) any later version
  26. *
  27. * Kamailio is distributed in the hope that it will be useful,
  28. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  29. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  30. * GNU General Public License for more details.
  31. *
  32. * You should have received a copy of the GNU General Public License
  33. * along with this program; if not, write to the Free Software
  34. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  35. *
  36. */