trivial fixes to make doxygen happy

This commit is contained in:
Kurtis Rader
2016-04-23 12:26:57 -07:00
parent f28a1c58f3
commit b8817215dc
2 changed files with 3 additions and 3 deletions

View File

@@ -55,6 +55,6 @@ echo 'Hello World'
Print hello world to stdout
\fish
echo -e 'Top\nBottom'
echo -e 'Top\\nBottom'
\endfish
Print Top and Bottom on separate lines, using an escape sequence