- Timestamp:
- 02/18/11 12:29:30 (15 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 modified
-
mgunit_build_docs.pro (modified) (1 diff)
-
mgunit_build_userdocs.pro (modified) (1 diff)
-
overview.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mgunit_build_docs.pro
r82 r110 11 11 idldoc, root=filepath('', subdir='src', root=root), $ 12 12 output=filepath('', subdir='api-docs', root=root), $ 13 overview='overview.txt', $ 13 14 /nosource, $ 14 15 title='MGunit documentation', subtitle='Unit testing for IDL', $ 15 /embed 16 /embed, format_style='rst', markup_style='rst' 16 17 end -
trunk/mgunit_build_userdocs.pro
r107 r110 11 11 idldoc, root=filepath('', subdir='src', root=root), $ 12 12 output=filepath('', subdir='api-userdocs', root=root), $ 13 overview='overview.txt', $ 13 14 /nosource, $ 14 15 title='MGunit documentation', subtitle='Unit testing for IDL', $ 15 /embed, /user 16 /embed, /user, format_style='rst', markup_style='rst' 16 17 end
