From d3858a8b372b41140c17c3bb9c1437863b8d14a9 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Mon, 4 Aug 2014 02:22:23 +0200 Subject: [PATCH] Formatting, Doxygen, Headers --- src/blackgui/components/aircraftcomponent.cpp | 2 +- src/blackgui/components/runtimebasedcomponent.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/blackgui/components/aircraftcomponent.cpp b/src/blackgui/components/aircraftcomponent.cpp index 656655567..3db18e9a3 100644 --- a/src/blackgui/components/aircraftcomponent.cpp +++ b/src/blackgui/components/aircraftcomponent.cpp @@ -1,5 +1,5 @@ /* Copyright (C) 2013 - * Swift Project Community / Contributors + * swift Project Community / Contributors * * This file is part of swift Project. It is subject to the license terms in the LICENSE file found in the top-level * directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project, diff --git a/src/blackgui/components/runtimebasedcomponent.h b/src/blackgui/components/runtimebasedcomponent.h index 610e8f03b..2aff68555 100644 --- a/src/blackgui/components/runtimebasedcomponent.h +++ b/src/blackgui/components/runtimebasedcomponent.h @@ -7,6 +7,8 @@ * contained in the LICENSE file. */ +//! \file + #ifndef BLACKGUI_RUNTIMEBASEDCOMPONENT_H #define BLACKGUI_RUNTIMEBASEDCOMPONENT_H