~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to doc/doc_tools/generate_third_party_doc.py

  • Committer: Durga Rajaram
  • Date: 2014-04-08 19:20:18 UTC
  • mfrom: (663.40.35 trunk2)
  • mto: (697.1.1 release)
  • mto: This revision was merged to the branch mainline in revision 700.
  • Revision ID: durga@fnal.gov-20140408192018-kkkzew8ss2rne2pp
candidate 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
# No graphs for 3rd party to keep time and space requirements reasonable.
97
97
def run_doxygen(tplib, input_path):
98
98
    """Run doxygen for third party libraries"""
99
 
    script = """( cat Doxyfile.general ;
 
99
    script = """( cat ${MAUS_THIRD_PARTY}/doc/doc_tools/Doxyfile.general ;
100
100
        echo PROJECT_NAME = MAUS-$0;
101
101
        echo INPUT = $1;
102
102
        echo CALLER_GRAPH = NO;