mgalloy / idldoc

Documenting IDL code
Other
20 stars 13 forks source link

Add special comment syntax for marker between routines #61

Open mgalloy opened 11 years ago

mgalloy commented 11 years ago

There should be a simple single-line comment style available to mark a division between routine types, for example:

;= Helper routines
...
;= Public methods
...
;= Private methods