LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

C generator with custom comments

51

I want to use doxygen for the generated C code. Doxygen uses the custom tags in comments.

Is it possible to configure C Generator so that customs comments can be added in the generated code?

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

I don't think you can add tags during the code generation itself, but you could use an Inline C Node to enter your comments. When the LabVIEW code is converted to C code, anything in the Inline C Node is added inline to the rest of your code. Sounds like that may be able to do what you want.

 

--Ryan S.

Message 2 of 2
(2,128 Views)