Skip to content

Commit

Permalink
Update misc/README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Albrecht Schlosser committed Apr 2, 2024
1 parent 05ddf0f commit 61de837
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions misc/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 61de837

Please sign in to comment.