Skip to content
Snippets Groups Projects
Commit 12f2108f authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

+ doxyall

parent 3a708cc6
No related branches found
No related tags found
1 merge request!2328more systematic class names; simplifications in SelectionProperty context; + doyxall
......@@ -5,7 +5,7 @@ set(AUTO_DOX_DIR ${CMAKE_BINARY_DIR}/doxygen)
file(MAKE_DIRECTORY ${AUTO_DOX_DIR})
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/html)
add_custom_target(doxy) # this target builds _all_ documentation sections
foreach(section core gui)
foreach(section core gui all)
configure_file(${section}/Doxyfile.in
${AUTO_DOX_DIR}/Doxyfile.${section} @ONLY)
add_custom_target(doxy${section}
......
This diff is collapsed.
## BornAgain developer reference {#mainpage}
C++ developer reference of BornAgain kernel and GUI.
<a href="http://www.bornagainproject.org">BornAgain</a> is
an open-source software to simulate and fit
neutron and x-ray reflectometry and grazing-incidence small-angle scattering.
### License
[GNU General Public License v3 or higher](https://jugit.fz-juelich.de/mlz/bornagain/-/blob/main/COPYING)
Copyright Forschungszentrum Jülich GmbH 2015-
### Authors
Scientific Computing Group at MLZ Garching.
See file [AUTHORS](https://jugit.fz-juelich.de/mlz/bornagain/-/blob/main/AUTHORS).
### Citation
See file [CITATION](https://jugit.fz-juelich.de/mlz/bornagain/-/blob/main/CITATION).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment