close
Warning:
Failed to sync with repository "(default)": unable to open database file; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Jul 7, 2010, 4:13:03 PM (16 years ago)
- Author:
-
FrederikHeber
- Comment:
-
first version
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
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. |