Fix doxygen warnings

This commit is contained in:
Albrecht Schlosser 2020-11-03 11:50:12 +01:00
parent 0d37604d8a
commit 6b8a7b36b4
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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