Use "//", not "#", for comments in SWIG input.

One Doxygen test file used "#" for comments for some reason, this doesn't work
with the latest SWIG trunk where a lone "#" is considered to be an unknown
preprocessor directive.
This commit is contained in:
Vadim Zeitlin 2014-09-03 17:27:13 +02:00
commit 846a90f8d7

View file

@ -1,5 +1,5 @@
# This file contains tests for situations, which do not normally
# appear in the code, but must neverthless be handled correctly.
// This file contains tests for situations, which do not normally
// appear in the code, but must nevertheless be handled correctly.
%module doxygen_misc_constructs