1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-29 18:09:29 +02:00

Some reformatting for clarity. Add SeeAlso macro.

(Logical change 1.38)
This commit is contained in:
mostang.com!davidm 2003-01-18 08:10:40 +00:00
parent edc22a3a7e
commit 9f4c59d95e

View file

@ -23,7 +23,12 @@ $htmlMacro1b{'Const'} = $htmlMacro1b{File};
$texiMacro1a{'Const'} = $texiMacro1a{File}; $texiMacro1a{'Const'} = $texiMacro1a{File};
$texiMacro1b{'Const'} = $texiMacro1b{File}; $texiMacro1b{'Const'} = $texiMacro1b{File};
$htmlMacro1a{'section'} = '\n<h1>'; $manMacro1a{'SeeAlso'} = $manMacro1a{File};
$htmlMacro1b{'section'} = '</h1>\n'; $manMacro1b{'SeeAlso'} = $manMacro1b{File};
$htmlMacro1a{'subsection'} = '\n<h2>'; # special handling of SeeAlso in latex2man, so that argument gets doubled:
$htmlMacro1b{'subsection'} = '</h2>\n'; $htmlMacro2a{'SeeAlso'} = "<a href=\"";
$htmlMacro2b{'SeeAlso'} = ".php\">$htmlMacro1a{File}";
$htmlMacro2c{'SeeAlso'} = "$htmlMacro1b{File}</a>";
$texiMacro1a{'SeeAlso'} = $texiMacro1a{File};
$texiMacro1b{'SeeAlso'} = $texiMacro1b{File};