Skip to content

Fix comment and also js build

David Baker requested to merge dbkr/wrong_comment_breaks_everything into master

The python that searches the header files for exports isn't smart enough to know what is a comment and what isn't, so it picks this up too and emscripten then complains about it being undefined.

Merge request reports