diff --git a/include/nana/gui/drawing.hpp b/include/nana/gui/drawing.hpp index 8271f293..ffa035ff 100644 --- a/include/nana/gui/drawing.hpp +++ b/include/nana/gui/drawing.hpp @@ -1,13 +1,13 @@ -/* +/** * A Drawing Implementation * Nana C++ Library(http://www.nanapro.org) - * Copyright(C) 2003-2014 Jinhao(cnjinhao@hotmail.com) + * Copyright(C) 2003-2024 Jinhao(cnjinhao@hotmail.com) * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * - * @file: nana/gui/drawing.hpp + * @file nana/gui/drawing.hpp */ #ifndef NANA_GUI_DRAWING_HPP #define NANA_GUI_DRAWING_HPP @@ -15,6 +15,7 @@ #include #include "widgets/widget.hpp" #include "../traits.hpp" + namespace nana { /// \brief Draw pictures on a widget by specifying a drawing method that will be employed every time the widget refreshes. diff --git a/source/gui/drawing.cpp b/source/gui/drawing.cpp index 7ce6b456..66032483 100644 --- a/source/gui/drawing.cpp +++ b/source/gui/drawing.cpp @@ -1,13 +1,13 @@ -/* +/** * A Drawing Implementation * Nana C++ Library(http://www.nanapro.org) - * Copyright(C) 2003-2015 Jinhao(cnjinhao@hotmail.com) + * Copyright(C) 2003-2024 Jinhao(cnjinhao@hotmail.com) * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * - * @file: nana/gui/drawing.cpp + * @file nana/gui/drawing.cpp */ #include "detail/basic_window.hpp"