Michael Galloy

Results 65 issues of Michael Galloy

It would be useful to be able to document several similar arguments on a single line. For example, it is common to see things such as: ``` ; :Params: ;...

Errors and warnings can be lost in the output from a large library. There should be a way to quiet the output to only show errors and warnings.

IDLdoc should provide a mechanism to check for updates.

Use CPack to make install target.

enhancement

Links are currently displayed literally in LaTeX output, but should be made into hyperlinks.

enhancement
[output]

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...

bug
[output]

IDLdoc should allow unrecognized headers as standard file/routine attributes and pass them through into the documentation. This request was originally from #51.

enhancement
[core]

It would be very helpful when browsing documentation if we could specify related functions, classes, etc. to look at for more detail. IDLDoc already does a great job of linking...

enhancement
[core]

Overview files in the IDL format should look like: ``` Overview comments. DIRECTORIES: ./: Description goes here. This must be followed by a blank line. collection/: Description goes here. Note...

enhancement
[parsing]

There should be a mechanism for adding comments for a DLM. This should allow for output documentation that looks similar to normal IDL code (but marked as DLM, of course),...

enhancement
[parsing]