The MethodImplementation for HTML Help looks like this:
<Template Name=MethodImplementation> <Color R=255> <H3>Implementation</H3> </Color> <DelphiCode>[%Method.Implementation%]</DelphiCode> </Template>
it will produce headings like this:
Changing it to the following:
<Template Name=MethodImplementation> <Color R=128 G=128 B=128> <H5>Implementation</H5> </Color> <DelphiCode>[%Method.Implementation%]</DelphiCode> </Template>
it will appear like this:
|