diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-03-22 14:55:24 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-03-23 12:16:52 -0400 |
commit | 2ed43ba98600e82e85b2650aa87135ce2040b4a1 (patch) | |
tree | 8642f4a1f9ab0e24954ef8e7e9d728f8ccef3fe0 /doc | |
parent | 637ae01e9549aa32cdb732fb632d7c07b2b45ce2 (diff) | |
download | liza-2ed43ba98600e82e85b2650aa87135ce2040b4a1.tar.gz liza-2ed43ba98600e82e85b2650aa87135ce2040b4a1.tar.bz2 liza-2ed43ba98600e82e85b2650aa87135ce2040b4a1.zip |
doc/macros.texi (@xmlnode, @xmlattr): Add macros
Diffstat (limited to 'doc')
-rw-r--r-- | doc/macros.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/macros.texi b/doc/macros.texi index 0c4593d..1464cfe 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -152,3 +152,13 @@ @file{\path\} @end macro @end ifclear + + +@c XML formatting +@macro xmlnode{name} +@samp{\name\} +@end macro + +@macro xmlattr{name} +@samp{@@\name\} +@end macro |