Changes between Initial Version and Version 1 of DoxygenDocumentation


Ignore:
Timestamp:
Jul 7, 2010, 4:13:03 PM (15 years ago)
Author:
FrederikHeber
Comment:

first version

Legend:

Unmodified
Added
Removed
Modified
  • DoxygenDocumentation

    v1 v1  
     1= Create the doxygen documentation =
     2
     3Molecuilder uses [[http://www.doxygen.org doxygen]] to create internal documentation of all classes and functions.
     4
     5You create it by entering your build directory and typing
     6{{{
     7make doc
     8}}}
     9
     10This will create html-pages, whose initial page is found under '''doc/html/index.html''' relative to molecuilder's root directory.
     11
     12Note that you can search in the top right of the page for function names and so on.