mgalloy / idldoc

Documenting IDL code
Other
20 stars 13 forks source link

Bugs in class documentation generation when definition splits across multiple files #62

Open mgalloy opened 11 years ago

mgalloy commented 11 years ago

When a class definition is splitted across multiple files, IDLDOC requires the ":Fields:" keyword to be present nowhere else other than in the descritpion of the "__DEFINE" procedure, but in the produced documentation it places it in the first file (in alphabetical order) relative to that class.

mgalloy commented 11 years ago

Author: corrado I'm realizing that the class support of IDLDoc works well only if ALL the class method are written in the same file. This is true not only for where the ''Fields'' description is inserted, but also for automatic description such as ''Properties''.