diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-02 17:03:40 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-02 17:03:40 +0200 |
| commit | 61de837cb0cac8764fa2d6f997357199d19f17e2 (patch) | |
| tree | 13653e104e552f1a42ef1d23e4c4a06f9fc35194 /misc | |
| parent | 05ddf0f600904f4b5678687fd64a97838755457b (diff) | |
Update misc/README.txt
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/README.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/misc/README.txt b/misc/README.txt index 3b1c18070..3ca16a6e4 100644 --- a/misc/README.txt +++ b/misc/README.txt @@ -89,15 +89,20 @@ The following file contains the full Mac OS Roman character set: MacRoman_utf-8.txt UTF-8 encoding, suitable for FLTK 1.3 and greater (use cp1252.txt with FLTK 1.1 on Mac OS instead) + Other developer support files: ================================================================================ - doxystar.cxx Use this to reformat doxygen comments (test only). +- doxystar.cxx Use this to reformat doxygen comments (test only). Compile with: g++ -o doxystar doxystar.cxx Usage: cat file | doxystar - DO NOT USE this for current code development! + DO NOT USE this for current code development! + + It is intended for testing of future code reformatting ! + - It is intended for testing of future code reformatting ! +- fromdos.c Strip <cr> (^M) from text files. + See source code and comments for how to use it. |
