Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
4370dba0
Commit
4370dba0
authored
Apr 07, 2009
by
Francois Bertel
Browse files
COMP:Fixed C++-style to C-style comment.
parent
b9c2e910
Changes
1
Hide whitespace changes
Inline
Side-by-side
Wrapping/vtkWrapTcl.c
View file @
4370dba0
...
...
@@ -935,7 +935,7 @@ void vtkParseOutput(FILE *fp, FileInfo *data)
fprintf
(
fp
,
" return TCL_ERROR;
\n
}
\n
"
);
fprintf
(
fp
,
" if(argc==2) {
\n
"
);
/
/
Return a list of methods
/
*
Return a list of methods
*/
fprintf
(
fp
,
"
\n
Tcl_DString dString, dStringParent;
\n
"
);
fprintf
(
fp
,
"
\n
Tcl_DStringInit ( &dString );
\n
"
);
fprintf
(
fp
,
"
\n
Tcl_DStringInit ( &dStringParent );
\n
"
);
...
...
@@ -980,7 +980,7 @@ void vtkParseOutput(FILE *fp, FileInfo *data)
data
->
SuperClasses
[
i
]);
fprintf
(
fp
,
" if ( SuperClassStatus == TCL_OK ) { return TCL_OK; }
\n
"
);
}
/
/
Now we handle it ourselves
/
*
Now we handle it ourselves
*/
for
(
k
=
0
;
k
<
numberOfWrappedFunctions
;
k
++
)
{
currentFunction
=
wrappedFunctions
[
k
];
...
...
@@ -1146,8 +1146,8 @@ void vtkParseOutput(FILE *fp, FileInfo *data)
fprintf
(
fp
,
" }
\n
"
);
}
/
/
i.e. If this is vtkObjectBase (or whatever the top of the class hierarchy will be)
/
/
then report the error
/
*
i.e. If this is vtkObjectBase (or whatever the top of the class hierarchy will be)
*/
/
*
then report the error
*/
if
(
data
->
NumberOfSuperClasses
==
0
)
{
fprintf
(
fp
,
"
\n
if (argc >= 2)
\n
{
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment