Autodox is including internal procedure parameters

Hi there. I am altering autodox2.p to not show internal procedure parameters in the Html page for the procedure. So I comment out getParams in getProcedures yet I still get its parameters showing? For example I get this snippet from the Html:

Parameters:

INPUT internalprocedureparm1 AS CHARACTER
INPUT internalprocedureparm2 AS CHARACTER
INPUT internalprocedureparm3 AS INTEGER
INPUT-OUTPUT proceduredataset
OUTPUT procedurechar AS CHARACTER
OUTPUT procedureint AS INTEGER

I should not see the internalprocedureparm's above right?


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: Autodox is including internal procedure parameters

Success. I am not sure what I did but now it is not displaying the internal procedure parameters.