mainpage.h 880 B

123456789101112131415161718192021
  1. /** \mainpage LPJ-GUESS documentation
  2. This is the documentation of the source code for LPJ-GUESS, automatically
  3. generated from the source files and comments.
  4. This documentation is generated from the LPJ-GUESS source code comments with
  5. the tool Doxygen. If you have a look at the comments in the LPJ-GUESS source
  6. code you can see that a lot of them look a little different from ordinary
  7. C++ comments. For instance by using /// instead of just //, or starting with
  8. /** instead of just /*. These are Doxygen comments which are extracted and
  9. included in this documentation. For more information about how to write
  10. Doxygen comments, see http://www.doxygen.org .
  11. You can browse the source code documentation by classes, files, functions etc.
  12. To get an overview of a topic, there are also the following pages:
  13. - \subpage classes_page
  14. - \subpage input_page
  15. - \subpage output_page
  16. */