Skip to content

Commit 960dc9b

Browse files
committed
docs
1 parent 043ba2c commit 960dc9b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

include/nana/gui/drawing.hpp

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
/*
1+
/**
22
* A Drawing Implementation
33
* Nana C++ Library(http://www.nanapro.org)
4-
* Copyright(C) 2003-2014 Jinhao([email protected])
4+
* Copyright(C) 2003-2024 Jinhao([email protected])
55
*
66
* Distributed under the Boost Software License, Version 1.0.
77
* (See accompanying file LICENSE_1_0.txt or copy at
88
* http://www.boost.org/LICENSE_1_0.txt)
99
*
10-
* @file: nana/gui/drawing.hpp
10+
* @file nana/gui/drawing.hpp
1111
*/
1212
#ifndef NANA_GUI_DRAWING_HPP
1313
#define NANA_GUI_DRAWING_HPP
1414

1515
#include <nana/push_ignore_diagnostic>
1616
#include "widgets/widget.hpp"
1717
#include "../traits.hpp"
18+
1819
namespace nana
1920
{
2021
/// \brief Draw pictures on a widget by specifying a drawing method that will be employed every time the widget refreshes.

source/gui/drawing.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
/*
1+
/**
22
* A Drawing Implementation
33
* Nana C++ Library(http://www.nanapro.org)
4-
* Copyright(C) 2003-2015 Jinhao([email protected])
4+
* Copyright(C) 2003-2024 Jinhao([email protected])
55
*
66
* Distributed under the Boost Software License, Version 1.0.
77
* (See accompanying file LICENSE_1_0.txt or copy at
88
* http://www.boost.org/LICENSE_1_0.txt)
99
*
10-
* @file: nana/gui/drawing.cpp
10+
* @file nana/gui/drawing.cpp
1111
*/
1212

1313
#include "detail/basic_window.hpp"

0 commit comments

Comments
 (0)