Browse Source

generate comment for field

pull/1603/head
ElonH 5 years ago committed by João Matos
parent
commit
af275edb55
  1. 3
      src/Generator/Passes/FieldToPropertyPass.cs

3
src/Generator/Passes/FieldToPropertyPass.cs

@ -51,7 +51,8 @@ namespace CppSharp.Passes
QualifiedType = field.QualifiedType, QualifiedType = field.QualifiedType,
Access = field.Access, Access = field.Access,
Field = field, Field = field,
AssociatedDeclaration = field AssociatedDeclaration = field,
Comment = field.Comment
}; };
if (Options.GeneratorKind == GeneratorKind.C || if (Options.GeneratorKind == GeneratorKind.C ||

Loading…
Cancel
Save