diff options
Diffstat (limited to 'nimdoc/test_out_index_dot_html/foo.nim')
-rw-r--r-- | nimdoc/test_out_index_dot_html/foo.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nimdoc/test_out_index_dot_html/foo.nim b/nimdoc/test_out_index_dot_html/foo.nim new file mode 100644 index 000000000..f61995eb9 --- /dev/null +++ b/nimdoc/test_out_index_dot_html/foo.nim @@ -0,0 +1,3 @@ +proc foo*() = + ## I do foo + echo "foo says hello!" |