/examples/rest_server/src/app/doc/app_doc_html_page.e

http://github.com/jocelyn/EiffelWebReloaded · Specman e · 33 lines · 27 code · 6 blank · 0 comment · 1 complexity · 5a19348b40e0af6615a7b1cacfb326f1 MD5 · raw file

  1. note
  2. description: "Summary description for {APP_DOC_HTML_PAGE}."
  3. author: ""
  4. date: "$Date$"
  5. revision: "$Revision$"
  6. class
  7. APP_DOC_HTML_PAGE
  8. inherit
  9. REST_API_DOCUMENTATION_HTML_PAGE
  10. redefine
  11. head
  12. end
  13. create
  14. make
  15. feature -- Access
  16. head: APP_DOC_HTML_PAGE_HEAD
  17. ;note
  18. copyright: "Copyright (c) 1984-2011, Eiffel Software and others"
  19. license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
  20. source: "[
  21. Eiffel Software
  22. 5949 Hollister Ave., Goleta, CA 93117 USA
  23. Telephone 805-685-1006, Fax 805-685-6869
  24. Website http://www.eiffel.com
  25. Customer support http://support.eiffel.com
  26. ]"
  27. end