|
Revision 760, 437 bytes
(checked in by mgalloy, 8 months ago)
|
|
Using nicer PROFILER output routine.
|
| Line | |
|---|
| 1 | orig_quiet = !quiet |
|---|
| 2 | !quiet = 1 |
|---|
| 3 | @idldoc_compile_all |
|---|
| 4 | !quiet = orig_quiet |
|---|
| 5 | |
|---|
| 6 | profiler |
|---|
| 7 | profiler, /system |
|---|
| 8 | |
|---|
| 9 | idldoc, 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 | |
|---|
| 15 | mg_profiler_report, filename='api-docs/profiler.html', /html |
|---|
| 16 | |
|---|
| 17 | exit |
|---|