I am currently trying to use JSDoc 3 to generate a documentation guide in HTML. Some of the files I am using to make the guide are .h and .c files that contain lines of code beginning with #include and #ifndef.
However, when I run the jsdoc, I get an error from those lines saying that # is an illegal character. Is there some sort of plugin I can write to correct this issue? How can I run my project without getting an error for the lines of code beginning with #?