LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Documentation tags and static functions

I'm an issue with the documentation tags.  It appears that if the function is declared as a static function, it won't show up in the generated documentation (I'm using HTML).  For example:

 

static int ArrayLocation(int i1, int i2, int num_coeff)

 

Will not show up, but if I remove the 'static' keyword then the function will show up in the generated documentation, i.e.:


int ArrayLocation(int i1, int i2, int num_coeff)

 

Thanks for any help with this.

0 Kudos
Message 1 of 1
(2,866 Views)