Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Code inspector with customer check : how to change the documentation ?

Former Member
0 Kudos

Dear all,

I've added a new control in code inspector with a new folder and I want to change the documentation to my new item line. Is there someone who know how to change this doc ?

Christophe

1 REPLY 1

former_member183804
Active Contributor
0 Kudos

Hello Christophe,

does control mean folder or check plugin? In this case the class you have introduced holds corresponsing callback methods.


IF_CI_TEST~DISPLAY_DOCUMENTATION

A redefinition of this method and setting the according member variable in the constructor should do..


HAS_DOCUMENTATION = 'X'.

Hope this helps

Klaus