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

add standard comment to #endif's

parent 7f990bfd
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 19 deletions
......@@ -30,4 +30,4 @@ protected:
std::string m_test_dir; //! main directory of given test
};
#endif // FOLDERBASEDTEST_H
#endif // FOLDERBASEDTEST_H
......@@ -12,4 +12,4 @@
#include <gtest/gtest.h>
#endif
#endif // GOOGLETEST_H
......@@ -29,7 +29,7 @@ class SessionModel;
namespace TestUtils {
//! Returns full path to the main test folder, as defined by CMake at compile time.
//! Shoud point to CMAKE_BINARY_DIR/test_output
//! Should point to CMAKE_BINARY_DIR/test_output
std::string TestOutputDir();
//! Creates test directory in main test folder and returns full path.
......@@ -60,4 +60,4 @@ std::vector<T> toStringVector(Args&&... args) {
} // namespace TestUtils
#endif
#endif // TESTUTILS_H
......@@ -28,4 +28,4 @@ protected:
static QApplication* m_app;
};
#endif // WIDGETBASEDTEST_H
#endif // WIDGETBASEDTEST_H
......@@ -38,4 +38,4 @@ private:
} // namespace gui2
#endif
#endif // DAREFL_SLDEDITOR_SLDVIEWWIDGET_H
......@@ -28,4 +28,4 @@ public:
} // namespace ModelView
#endif // MVVM_INTERFACES_APPLICATIONMODELSINTERFACE_H
#endif // MVVM_INTERFACES_APPLICATIONMODELSINTERFACE_H
......@@ -36,4 +36,4 @@ private:
} // namespace ModelView
#endif // MVVM_SERIALIZATION_ITEMBACKUPSTRATEGY_H
#endif // MVVM_SERIALIZATION_JSONDOCUMENT_H
......@@ -14,4 +14,4 @@
#define M_PI 3.14159265358979323846264338327950288 /* pi */
#endif
#endif
#endif // MVVM_UTILS_MATHCONSTANTS_H
......@@ -30,4 +30,4 @@ protected:
std::string m_test_dir; //! main directory of given test
};
#endif // FOLDERBASEDTEST_H
#endif // FOLDERBASEDTEST_H
......@@ -14,4 +14,4 @@
#include "mvvm/model/customvariants.h"
#include <gtest/gtest.h>
#endif
#endif // GOOGLETEST_H
......@@ -7,8 +7,8 @@
//
// ************************************************************************** //
#ifndef MOCKINTERFACES_h
#define MOCKINTERFACES_h
#ifndef MOCKINTERFACES_H
#define MOCKINTERFACES_H
#include "mvvm/model/tagrow.h"
#include <string>
......@@ -48,4 +48,4 @@ public:
virtual void onAboutToRemoveItem(ModelView::SessionItem*, ModelView::TagRow) = 0;
};
#endif // MOCKINTERFACES_h
#endif // MOCKINTERFACES_H
......@@ -97,4 +97,4 @@ template <typename T, typename... Args> std::vector<T> toVector(Args&&... args)
} // namespace TestUtils
#endif
#endif // TESTUTILS_H
......@@ -28,4 +28,4 @@ protected:
static QApplication* m_app;
};
#endif // WIDGETBASEDTEST_H
#endif // WIDGETBASEDTEST_H
......@@ -49,4 +49,4 @@ template <typename T> T* GetPlottable(QCustomPlot* custom_plot) {
Q_DECLARE_METATYPE(QCPRange)
#endif
#endif // CUSTOMPLOT_TEST_UTILS_H
......@@ -41,4 +41,4 @@ private:
} // namespace ModelView
#endif // MVVM_PLOTTING_CUSTOMPLOTPROXYWIDGET_H
#endif // MVVM_PLOTTING_CUSTOMPLOTPROXYWIDGET_H
......@@ -28,4 +28,4 @@ public:
} // namespace ModelView
#endif // MVVM_WIDGETS_ITEMSTREEVIEWINTERFACE_H
#endif // MVVM_WIDGETS_ALLITEMSTREEVIEW_H
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