Skip to content

Commit

Permalink
Fix a doxygen warning, update copyright.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12773 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Mar 18, 2018
1 parent d252801 commit 6dbe7ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion FL/Fl.H
Expand Up @@ -697,7 +697,9 @@ int main() {
Gets which particular mouse button caused the current event.
This returns garbage if the most recent event was not a FL_PUSH or FL_RELEASE event.
\retval FL_LEFT_MOUSE \retval FL_MIDDLE_MOUSE \retval FL_RIGHT_MOUSE.
\retval FL_LEFT_MOUSE
\retval FL_MIDDLE_MOUSE
\retval FL_RIGHT_MOUSE.
\see Fl::event_buttons()
*/
static int event_button() {return e_keysym-FL_Button;}
Expand Down
4 changes: 2 additions & 2 deletions documentation/src/html_footer
@@ -1,7 +1,7 @@
<!--BEGIN GENERATE_TREEVIEW-->
<li class="footer">
<!-- Generated for $projectname by Doxygen -->
&copy; 1998-2016 by Bill Spitzak and others. &nbsp;&nbsp;&nbsp;
&copy; 1998-2018 by Bill Spitzak and others. &nbsp;&nbsp;&nbsp;
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
</li>
</ul>
Expand All @@ -10,7 +10,7 @@
<!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/><address class="footer"><small>
<!-- Generated for $projectname by Doxygen -->
&copy; 1998-2016 by Bill Spitzak and others. &nbsp;&nbsp;&nbsp;
&copy; 1998-2018 by Bill Spitzak and others. &nbsp;&nbsp;&nbsp;
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
</small></address>
<hr class="footer"/><address class="footer"><small>
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/index.dox
Expand Up @@ -13,7 +13,7 @@
Revision 10 by F.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher,
A.&nbsp;Schlosser, B.&nbsp;Spitzak and M.&nbsp;Sweet.

Copyright 1998-2016 by Bill Spitzak and others.
Copyright 1998-2018 by Bill Spitzak and others.
</CENTER></TD>
</TR>
</TABLE>
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/preface.dox
Expand Up @@ -76,7 +76,7 @@ was dropped after FLTK 1.0.10. FLTK uses the preprocessor definition

\section preface_copyrights Copyrights and Trademarks

FLTK is Copyright 1998-2016 by Bill Spitzak and others. Use and
FLTK is Copyright 1998-2018 by Bill Spitzak and others. Use and
distribution of FLTK is governed by the GNU Library General Public
License with 4 exceptions, located in \ref license.

Expand Down

0 comments on commit 6dbe7ca

Please sign in to comment.