Fix doxygen warnings
This commit is contained in:
parent
0d37604d8a
commit
6b8a7b36b4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user