Classes on HTML elements generated by plsqldoc

Bergeroy

Member²
Hi,

In the document generated by plsqldoc (1.1.3), the main title of the page is generated that way:

Code:
[TABLE][TR][TD]
Package blabla
<P CLASS="DESC_TEXT">
Description of blabla

[/TD][/TR][/TABLE]

The problem is that if the description of the package contains
  • and
  • tags, the following paragraphs inherit of the class applied on the previous [TD] tag.

    So, these next paragraphs are presented with the same font as the title (i.e. MAIN_TITLE class).

    Instead of what it's done currently, is it possible for plsqldoc to use
    [code>[/code] for rendering the main title. That way, the

    tags inside the description will keep their default rendering.

    Thank you
 
Back
Top