diff options
author | untir_l <87096069+untir-l@users.noreply.github.com> | 2022-02-18 14:05:08 +0000 |
---|---|---|
committer | untir-l <87096069+untir-l@users.noreply.github.com> | 2022-02-25 09:56:49 +0000 |
commit | 581bc2dd768ca0af390b9abb41a5c89f1bca19e3 (patch) | |
tree | 2b8ef613b6448099852c9bf3487915c13d3ceea7 /lib/main.dox | |
parent | 1bc2a436583b0e898decf13e695a1908a894a38c (diff) | |
download | hitomezashi-581bc2dd768ca0af390b9abb41a5c89f1bca19e3.tar hitomezashi-581bc2dd768ca0af390b9abb41a5c89f1bca19e3.tar.gz hitomezashi-581bc2dd768ca0af390b9abb41a5c89f1bca19e3.zip |
Reorganise CLI and lib into separate dirs, add doc comments for Doxygen
Diffstat (limited to 'lib/main.dox')
-rw-r--r-- | lib/main.dox | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/main.dox b/lib/main.dox new file mode 100644 index 0000000..3183b00 --- /dev/null +++ b/lib/main.dox @@ -0,0 +1,4 @@ +/** +* @mainpage libhitomezashi +* Library to draw hitomezashi patterns. See README.md in [the source repository](https://github.com/untir-l/hitomezashi) for more information. +*/ |