Changes between Initial Version and Version 1 of DoxygenDocumentation
- Timestamp:
- Jul 7, 2010, 4:13:03 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DoxygenDocumentation
v1 v1 1 = Create the doxygen documentation = 2 3 Molecuilder uses [[http://www.doxygen.org doxygen]] to create internal documentation of all classes and functions. 4 5 You create it by entering your build directory and typing 6 {{{ 7 make doc 8 }}} 9 10 This will create html-pages, whose initial page is found under '''doc/html/index.html''' relative to molecuilder's root directory. 11 12 Note that you can search in the top right of the page for function names and so on.