; docformat = 'rst' ;+ ; Generate user level documentation. ;- pro mg_build_dist_tools_userdocs compile_opt strictarr root = mg_src_root() idldoc, root=filepath('src', root=root), $ output=filepath('api-userdocs', root=root), $ title='dist_tools', $ subtitle='Tools for distributing IDL applications', $ overview='overview.txt', $ /embed, /user, format_style='rst', markup_style='rst' end