mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 03:53:43 +01:00
Some reformatting for clarity. Add SeeAlso macro.
(Logical change 1.38)
This commit is contained in:
parent
edc22a3a7e
commit
9f4c59d95e
1 changed files with 33 additions and 28 deletions
|
@ -23,7 +23,12 @@ $htmlMacro1b{'Const'} = $htmlMacro1b{File};
|
|||
$texiMacro1a{'Const'} = $texiMacro1a{File};
|
||||
$texiMacro1b{'Const'} = $texiMacro1b{File};
|
||||
|
||||
$htmlMacro1a{'section'} = '\n<h1>';
|
||||
$htmlMacro1b{'section'} = '</h1>\n';
|
||||
$htmlMacro1a{'subsection'} = '\n<h2>';
|
||||
$htmlMacro1b{'subsection'} = '</h2>\n';
|
||||
$manMacro1a{'SeeAlso'} = $manMacro1a{File};
|
||||
$manMacro1b{'SeeAlso'} = $manMacro1b{File};
|
||||
# special handling of SeeAlso in latex2man, so that argument gets doubled:
|
||||
$htmlMacro2a{'SeeAlso'} = "<a href=\"";
|
||||
$htmlMacro2b{'SeeAlso'} = ".php\">$htmlMacro1a{File}";
|
||||
$htmlMacro2c{'SeeAlso'} = "$htmlMacro1b{File}</a>";
|
||||
$texiMacro1a{'SeeAlso'} = $texiMacro1a{File};
|
||||
$texiMacro1b{'SeeAlso'} = $texiMacro1b{File};
|
||||
|
||||
|
|
Loading…
Reference in a new issue