source: trunk/SRC/ToBeReviewed/HOPE/xrh.pro @ 246

Last change on this file since 246 was 232, checked in by pinsard, 17 years ago

improvements/corrections of some *.pro headers

  • Property svn:keywords set to Id
File size: 354 bytes
RevLine 
[142]1;+
[231]2;
[163]3; @file_comments
[231]4; procedure to call <pro>read_hope</pro> in the widget mode
[142]5;
[163]6; @categories
7;
8; @keyword _EXTRA
[231]9; Used to pass keywords
[163]10;
11; @returns
12;
13; @uses
14;
15; @restrictions
16;
17; @examples
18;
19; @history
20;
21; @version
22; $Id$
23;
[142]24; @todo seb
25;
26;-
[231]27;
[232]28PRO xrh, _EXTRA = ex
[114]29;
30  compile_opt idl2, strictarrsubs
31;
[53]32   a = read_hope(_extra = ex)
33   return
34end
Note: See TracBrowser for help on using the repository browser.