root/trunk/idldoc_build_docs.pro

Revision 760, 437 bytes (checked in by mgalloy, 8 months ago)

Using nicer PROFILER output routine.

Line 
1orig_quiet = !quiet
2!quiet = 1
3@idldoc_compile_all
4!quiet = orig_quiet
5
6profiler
7profiler, /system
8
9idldoc, root='src', output='api-docs', $
10  title='API documentation for IDLdoc ' + idldoc_version(), $
11  subtitle='IDLdoc ' + idldoc_version(/full), /statistics, index_level=1, $
12  overview='overview', footer='footer', /embed, $
13  format_style='rst', markup_style='rst'
14
15mg_profiler_report, filename='api-docs/profiler.html', /html
16
17exit
Note: See TracBrowser for help on using the browser.