Skip to content

Commit b8d1ae9

Browse files
committed
- reformat generated comments
1 parent 8651283 commit b8d1ae9

3 files changed

Lines changed: 1903 additions & 1903 deletions

File tree

PythonScript/src/CreateWrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ class PythonCompatibleStrBuffer
715715
v["Param2Type"] = mapType(v["Param2Type"])
716716
body = standardBody
717717

718-
out.write("/** " + "\n * ".join(v["Comment"]) + "\n */\n")
718+
out.write("/** " + "\n * ".join(v["Comment"]) + "\n */\n")
719719

720720
out.write(getSignature(v))
721721
out.write("\n{\n")
@@ -770,7 +770,7 @@ def writeHFile(f,out):
770770
v["Param1Type"] = mapType(v["Param1Type"])
771771
v["Param2Type"] = mapType(v["Param2Type"])
772772

773-
out.write("\t/** " + "\n\t * ".join(v["Comment"]) + "\n */\n")
773+
out.write("\t/** " + "\n\t * ".join(v["Comment"]) + "\n\t */\n")
774774

775775
out.write("\t")
776776
out.write(getSignature(v).replace(' ScintillaWrapper::', ' '))

0 commit comments

Comments
 (0)