I am documenting a number of my applications and while I can use PLSQLDoc to automatically generate documentation for my packages, tables etc. I am having to look to other method to document my Oracle forms (I am actually converting to XML and using ASP!)
I am now looking at documenting my Oracle Form PL/SQL Libraries and I hit on the idea of copying the code to the database. Even if the code compiles with warnings due to refence to unknown objects etc. I can still generate the documentation which is great
Unfortunatelly these specs are indexed under Packages like all the normal database packages and I was wondering is there was any way to split these off under a different index heading i.e. PLL Packages via the use of custom tags or some other method?
I am now looking at documenting my Oracle Form PL/SQL Libraries and I hit on the idea of copying the code to the database. Even if the code compiles with warnings due to refence to unknown objects etc. I can still generate the documentation which is great
Unfortunatelly these specs are indexed under Packages like all the normal database packages and I was wondering is there was any way to split these off under a different index heading i.e. PLL Packages via the use of custom tags or some other method?