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

Correct/add doxygen comments

parent 43e32daf
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
#include <functional>
#include <utility>
//! Provides a hash function for a pair of doubles, for use in ScalarFresnelMap.
class Hash2Doubles
{
public:
......
......@@ -3,7 +3,7 @@
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file Core/Tools/Precomputed.h
//! @brief Defines classes Precomputed, providing precomputed constants
//! @brief Defines namespace Precomputed, providing precomputed constants
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
......@@ -16,7 +16,6 @@
#define PRECOMPUTED_H
#include "WinDllMacros.h"
#include "ISingleton.h"
#include <array>
#include <utility>
#include <vector>
......
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