Skip to content

Commit

Permalink
Add note about Doxygen to the TODO list.
Browse files Browse the repository at this point in the history
  • Loading branch information
anachrocomputer committed Aug 2, 2020
1 parent 5cbbe1a commit 33bdd13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ G-code or SVG. This would be a big change to the library and would
introduce a lot of new code. It would also be a big testing issue.
* Add circles and arcs to the PenDownDistance and plot time calculations.
* Make plot time take into account pen speed if '-v' is used.
* Add Doxygen comments to the library source.

## Turtle library
* Implement run-time option setting in all Turtle plots, and in the
Expand All @@ -41,6 +42,7 @@ direct HPGL programs and Turtle programs.
* Make Turtle library drive the plotter directly, as the HPGL library
does. This would eliminate the need to redirect the output to the
plotter (using shell I/O redirection) when plotting Turtle programs.
* Add Doxygen comments to the library source.

## Plotting programs
* Add new drawings! Especially colouring-in drawings, all-over patterns,
Expand All @@ -54,3 +56,4 @@ twist, zigzag.
* Clean up the various 'dala' drawings. Eliminate the 'dala2c' variant
by adding colour to 'dala2.c'.
* Add run-time variation to 'dala2.c'.
* Consider using Doxygen to document the programs.

0 comments on commit 33bdd13

Please sign in to comment.