diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-23 11:01:17 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-23 11:01:17 -0400 |
commit | 83599cef704e58624788a67be546ef3f7190855d (patch) | |
tree | 7b52b25923ca5b69bff0d0ea6b6b6f4cbc90714b | |
parent | 23af07fd089541d5e520bec1482b037eff766bbe (diff) | |
download | tame-83599cef704e58624788a67be546ef3f7190855d.tar.gz tame-83599cef704e58624788a67be546ef3f7190855d.tar.bz2 tame-83599cef704e58624788a67be546ef3f7190855d.zip |
Add @todo texinfo macro
* doc/tame.texi: Macro added.
-rw-r--r-- | doc/tame.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tame.texi b/doc/tame.texi index 74cd369..bd7f18e 100644 --- a/doc/tame.texi +++ b/doc/tame.texi @@ -66,6 +66,10 @@ Free Documentation License". --- @end macro +@macro todo{str} +@emph{[@strong{TODO: }\str\]} +@end macro + @macro ttref{ref} @ref{\ref\,,@code{\ref\}} @end macro |