Skip to content

Commit f1f934d

Browse files
committed
more doc
1 parent 9c84b25 commit f1f934d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc2md.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
__license__ = "GNU GPL V2"
4141

4242
def remove_extension( fl ):
43+
"""
44+
Remove extention from the program file name
45+
"""
46+
# does not handle mutiple dots
4347
return str(fl).split('.')[0]
4448

4549
def fmt_doc(doc, indent=''):

0 commit comments

Comments
 (0)