Changeset 110 for trunk

Show
Ignore:
Timestamp:
02/18/11 12:29:30 (15 months ago)
Author:
mgalloy
Message:

Docs.

Location:
trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/mgunit_build_docs.pro

    r82 r110  
    1111  idldoc, root=filepath('', subdir='src', root=root), $ 
    1212          output=filepath('', subdir='api-docs', root=root), $ 
     13          overview='overview.txt', $ 
    1314          /nosource, $ 
    1415          title='MGunit documentation', subtitle='Unit testing for IDL', $ 
    15           /embed 
     16          /embed, format_style='rst', markup_style='rst' 
    1617end 
  • trunk/mgunit_build_userdocs.pro

    r107 r110  
    1111  idldoc, root=filepath('', subdir='src', root=root), $ 
    1212          output=filepath('', subdir='api-userdocs', root=root), $ 
     13          overview='overview.txt', $ 
    1314          /nosource, $ 
    1415          title='MGunit documentation', subtitle='Unit testing for IDL', $ 
    15           /embed, /user 
     16          /embed, /user, format_style='rst', markup_style='rst' 
    1617end