mgalloy / idldoc

Documenting IDL code
Other
21 stars 13 forks source link

Optional indexing #31

Closed mgalloy closed 11 years ago

mgalloy commented 11 years ago

It would be very useful if indexing was only performed on files, classes, and routines. For large code bases including parameters, fields, and keywords can make the index too large to be usable.

mgalloy commented 11 years ago

Yes, maybe there should be an INDEX_LEVEL keyword to IDLDOC:

|| INDEX_LEVEL || Description || || 0 || do not produce an index || || 1 || index directories, files, classes, and routines || || 2 || index level 1 items plus parameters, keywords, and fields ||

mgalloy commented 11 years ago

Author: jhood That would be great if you can fit it in! Thanks.

mgalloy commented 11 years ago

Changes are in r543.