[idldoc] pb with continuation line
Françoise Pinsard
Francoise.Pinsard at locean-ipsl.upmc.fr
Wed Dec 5 05:17:47 PST 2007
here is a little example to point out a problem on continuation line.
Now comma must be before "$" but we found that is more convinient for
code evolution to write it after.
;+
; test for continuation lines
; comma before $
;
; @param param1
; @param param2
; @param param3
;-
pro commabefore, param1, $
param2, $
param3
end
;+
; test for continuation lines
; comma after $ (on the following line)
;
; @param param1
; @param param2
; @param param3
;
; idldoc3b0.3 :
; IDLDOC: param param1 not found in commaafter
; IDLDOC: param param2 not found in commaafter
;
;-
pro commaafter, param1 $
, param2 $
, param3
end
--
Françoise Pinsard
LOCEAN - IPSL
UMR 7159 CNRS/IRD/UPMC/MNHN
Université Pierre et Marie Curie aile 45-55 5 étage pièce 516
Case 100 - 4 Place Jussieu 75252 Paris cedex 05
Tél. +33 1 44 27 47 65 Fax +33 1 44 27 71 59
mailto:Francoise.Pinsard at locean-ipsl.upmc.fr
http://www.locean-ipsl.upmc.fr/
More information about the idldoc
mailing list