mirror of https://github.com/python/cpython
(myformat.perl): Simplify generated HTML for "\optional{...}".
This commit is contained in:
parent
b33021b572
commit
4464022799
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# XXX Not complete: \indexii etc.; \funcitem etc.
|
# XXX Not complete: \indexii etc.; \funcitem etc.
|
||||||
|
|
||||||
package main;
|
package main;
|
||||||
|
|
||||||
# \bcode and \ecode brackets around verbatim
|
# \bcode and \ecode brackets around verbatim
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ sub do_cmd_e{ "\\" }
|
||||||
|
|
||||||
sub do_cmd_optional{
|
sub do_cmd_optional{
|
||||||
local($_) = @_;
|
local($_) = @_;
|
||||||
s/$any_next_pair_pr_rx/<BIG>\[<\/BIG><VAR>\2<\/VAR><BIG>\]<\/BIG>/;
|
s/$any_next_pair_pr_rx/<BIG>\[<\/BIG>\2<BIG>\]<\/BIG>/;
|
||||||
$_;
|
$_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue