Correct syntax of %includefile and %importfile in comment
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11846 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
81d5e6c7f5
commit
b40a8e38ab
1 changed files with 2 additions and 2 deletions
|
|
@ -2101,8 +2101,8 @@ fragment_directive: FRAGMENT LPAREN fname COMMA kwargs RPAREN HBLOCK {
|
|||
;
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
%includefile "filename" [option1="xyz", ...] [ declarations ]
|
||||
%importfile "filename" [option1="xyz", ...] [ declarations ]
|
||||
%includefile(option1="xyz", ...) "filename" [ declarations ]
|
||||
%importfile(option1="xyz", ...) "filename" [ declarations ]
|
||||
------------------------------------------------------------ */
|
||||
|
||||
include_directive: includetype options string LBRACKET {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue