diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-02-25 19:23:37 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-02-25 19:23:37 +0100 |
| commit | 5c1b69cd4fb35e55f78befa40af15391bfe067ea (patch) | |
| tree | b886913a35b20441aa88443ba043ab1fdb9249d1 | |
| parent | 52e16fb1be7929072c09e2fd989cd92246ae7b54 (diff) | |
Fix Doxygen docs (unescaped '$')
| -rw-r--r-- | src/Fl_Preferences.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx index 454b0f759..4b14fe37a 100644 --- a/src/Fl_Preferences.cxx +++ b/src/Fl_Preferences.cxx @@ -174,7 +174,7 @@ Fl_Preferences::Fl_Preferences( Root root, const char *vendor, const char *appli \brief Use this constructor to create or read a preferences file at an arbitrary position in the file system. - The file name is generated in the form <tt>$(path)/$(application).prefs</tt>. + The file name is generated in the form <tt>\$(path)/\$(application).prefs</tt>. If \p application is \c NULL, \p path is taken literally as the file path and name. \param[in] path path to the directory that contains the preferences file |
