From 960dc9b72be3156bf7dad5f923582e8811589f21 Mon Sep 17 00:00:00 2001 From: qPCR4vir Date: Mon, 27 May 2024 01:21:29 +0200 Subject: [PATCH] docs --- include/nana/gui/drawing.hpp | 7 ++++--- source/gui/drawing.cpp | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/include/nana/gui/drawing.hpp b/include/nana/gui/drawing.hpp index 8271f2930..ffa035fff 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 7ce6b4568..660324835 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"