~durga/maus/online

« back to all changes in this revision

Viewing changes to doc/doc_tools/generate_doc_index.py

  • Committer: Adam Dobbs
  • Date: 2015-01-23 16:47:07 UTC
  • mfrom: (799.1.1 maus-doxytest)
  • Revision ID: phuccj@gmail.com-20150123164707-ikejaee3j0y7xha1
Doxygen update from Jan

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/env python
 
1
#!/usr/bin/env python
2
2
 
3
3
"""Create index file to access documentation components."""
4
4
 
28
28
    tppath_segment = paths[0][len(commonprefix(paths))+1:]
29
29
    maus_path_segment = paths[1][len(commonprefix(paths))+1:]
30
30
    # Need to deal with the case where the two paths are the same
31
 
    if not tppath_segment:
 
31
    if tppath_segment == maus_path_segment:
32
32
        rel_tppath = ''
33
33
    # Generate the appropriate paths to link to the third party libaries.
34
34
    else: