mgalloy / idldoc

Documenting IDL code
Other
20 stars 13 forks source link

Make "Get" and "Set" an IDLdoc keyword like "GetProperty" and "SetProperty" #79

Open ennosigaeus opened 11 years ago

ennosigaeus commented 11 years ago

We have a huge legacy IDL library where most objects have been written with "get" and "set" as accessors and mutators. To stay consistent with that notation, it would be very helpful if class::get and class::set would be treated like class::GetProperty and class::SetProperty, i.e. have IDLdoc create a properties section.