Mainpage.h 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. * Copyright (C) 2020 Embedded AMS B.V. - All Rights Reserved
  3. *
  4. * This file is part of Embedded Proto.
  5. *
  6. * Embedded Proto is open source software: you can redistribute it and/or
  7. * modify it under the terms of the GNU General Public License as published
  8. * by the Free Software Foundation, version 3 of the license.
  9. *
  10. * Embedded Proto is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU General Public License
  16. * along with Embedded Proto. If not, see <https://www.gnu.org/licenses/>.
  17. *
  18. * For commercial and closed source application please visit:
  19. * <https://EmbeddedProto.com/license/>.
  20. *
  21. * Embedded AMS B.V.
  22. * Info:
  23. * info at EmbeddedProto dot com
  24. *
  25. * Postal address:
  26. * Johan Huizingalaan 763a
  27. * 1066 VH, Amsterdam
  28. * the Netherlands
  29. */
  30. /*! \mainpage Source code documentation
  31. *
  32. * <p>These pages provide you with information with regard to the source code. It is mend for
  33. * programmers looking deeper into the workings of %EmbeddedProto.</p>
  34. *
  35. * <p>General information on how to use %EmbeddedProto can be found on the main website of
  36. * %EmbeddedProto in on the <a href="https://embeddedproto.com/documentation/">Documentation</a>
  37. * page. If your are looking for examples you can visit the
  38. * <a href="https://embeddedproto.com/examples/">examples</a> page.</p>
  39. *
  40. * <p>Embedded Proto is open source software: you can redistribute it and/or
  41. * modify it under the terms of the GNU General Public License as published
  42. * by the Free Software Foundation, version 3 of the license.</p>
  43. *
  44. * <p>Embedded Proto is distributed in the hope that it will be useful,
  45. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  46. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  47. * GNU General Public License for more details.</p>
  48. *
  49. * <p>You should have received a copy of the GNU General Public License
  50. * along with Embedded Proto. If not, see <https://www.gnu.org/licenses/>.</p>
  51. *
  52. * <p>For commercial and closed source application please visit:
  53. * <https://EmbeddedProto.com/license/>.</p>
  54. *
  55. * <p>
  56. * Embedded AMS B.V.<br>
  57. * Info:<br>
  58. * &nbsp;&nbsp;info at %EmbeddedProto dot com<br>
  59. * <br>
  60. * Postal address:<br>
  61. * &nbsp;&nbsp;Johan Huizingalaan 763a<br>
  62. * &nbsp;&nbsp;066 VH, Amsterdam<br>
  63. * &nbsp;&nbsp;the Netherlands<br></p>
  64. *
  65. */