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:
parent
6629d93481
commit
846a90f8d7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue