FLTK logo

[branch-1.3] 6b8a7b3 - Fix doxygen warnings

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[branch-1.3] 6b8a7b3 - Fix doxygen warnings "Albrecht Schlosser" Nov 03, 2020  
 
commit 6b8a7b36b4458ecc161514cad731e10f50eadf1c
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Tue Nov 3 11:50:12 2020 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Tue Nov 3 11:50:12 2020 +0100

    Fix doxygen warnings

 documentation/Doxyfile.in | 4 ++--
 src/Fl_File_Chooser2.cxx  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git documentation/Doxyfile.in documentation/Doxyfile.in
index 09fa968..41ee715 100644
--- documentation/Doxyfile.in
+++ documentation/Doxyfile.in
@@ -1306,7 +1306,7 @@ EXTERNAL_GROUPS        = YES
 # The PERL_PATH should be the absolute path and name of the perl script
 # interpreter (i.e. the result of `which perl').
 
-PERL_PATH              = /usr/bin/perl
+# PERL_PATH              = /usr/bin/perl
 
 #---------------------------------------------------------------------------
 # Configuration options related to the dot tool
@@ -1328,7 +1328,7 @@ CLASS_DIAGRAMS         = YES
 # the mscgen tool resides. If left empty the tool is assumed to be found in the
 # default search path.
 
-MSCGEN_PATH            =
+# MSCGEN_PATH            =
 
 # If set to YES, the inheritance and collaboration graphs will hide
 # inheritance and usage relations if the target is undocumented
diff --git src/Fl_File_Chooser2.cxx src/Fl_File_Chooser2.cxx
index 40bdcfe..febf850 100644
--- src/Fl_File_Chooser2.cxx
+++ src/Fl_File_Chooser2.cxx
@@ -187,7 +187,7 @@
 /** \fn const char *Fl_File_Chooser::directory()
   Gets the current directory.*/
 
-/** \fn void Fl_File_Chooser::filter(const char *pattern)
+/** \fn void Fl_File_Chooser::filter(const char * pattern)
   Sets or gets the current filename filter patterns. The filter
   patterns use fl_filename_match().
   Multiple patterns can be used by separating them with tabs, like
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.