Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qPCR4vir committed May 26, 2024
1 parent 043ba2c commit 960dc9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions include/nana/gui/drawing.hpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
/*
/**
* 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

#include <nana/push_ignore_diagnostic>
#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.
Expand Down
6 changes: 3 additions & 3 deletions source/gui/drawing.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 960dc9b

Please sign in to comment.