aboutsummaryrefslogtreecommitdiff
path: root/doc/macros.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-09-02 08:23:21 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-09-02 08:23:21 +0000
commitec3f48e906c8b80e6513ac887a2f92c59ee3f8e5 (patch)
treed89db8c8164ef0c09e76cc6a44d9759cc61f84ad /doc/macros.texi
parent667cacb84f511af316f28bd41fcaa8ed02221015 (diff)
downloadwydawca-ec3f48e906c8b80e6513ac887a2f92c59ee3f8e5.tar.gz
wydawca-ec3f48e906c8b80e6513ac887a2f92c59ee3f8e5.tar.bz2
Set up documentation framework
git-svn-id: file:///svnroot/wydawca/trunk@307 6bb4bd81-ecc2-4fd4-a2d4-9571d19c0d33
Diffstat (limited to 'doc/macros.texi')
-rw-r--r--doc/macros.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/macros.texi b/doc/macros.texi
new file mode 100644
index 0000000..0651f2e
--- /dev/null
+++ b/doc/macros.texi
@@ -0,0 +1,15 @@
+@macro xopindex{option,text}
+@opindex \option\, --\option\ @r{option, \text\}
+@end macro
+
+@macro sopindex{option,text}
+@opindex \option\, -\option\ @r{short option, \text\}
+@end macro
+
+@macro opsummary{option}
+@ifclear ANCHOR--\option\
+@set ANCHOR--\option\ 1
+@anchor{--\option\}
+@end ifclear
+@xopindex{\option\, summary}
+@end macro

Return to:

Send suggestions and report system problems to the System administrator.