Changeset 1514 for trunk/sphinxdocs/find_undoc.py
- Timestamp:
- Oct 2, 2014 4:10:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sphinxdocs/find_undoc.py
r1513 r1514 33 33 if os.path.splitext(fil.strip())[1] != ".py": continue 34 34 if os.path.splitext(os.path.split(fil)[1])[0] in documented: 35 print fil+' doc'35 #print fil+' doc' 36 36 continue 37 37 else:
Note: See TracChangeset
for help on using the changeset viewer.