mgalloy / idldoc

Documenting IDL code
Other
21 stars 13 forks source link

multiple @uses tags #23

Closed mgalloy closed 11 years ago

mgalloy commented 11 years ago

I noticed some discussion in the mailing list about multiple tags. My preference would be to have comments that come with the @uses tag accumulate into a list. (Right now the last one is used.) For example:

;  @uses utility_compile
;  @uses star_list_compile
;  @uses widget_compile
;  @uses algorithm_manager_compile
;  @uses resample_compile

would result in a comma delimited list rather than just resample_compile.

The advantage would be that used items / dependancies can then be more clearly seen and changed in the code too.

mgalloy commented 11 years ago

Author: jhood changed to enhancement

mgalloy commented 11 years ago

Adding these comments to ticket #4 (currently scheduled for version 3.1) and closing this one.