| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| V0.3.1-run.tar.xz | 2016-06-30 | 10.2 MB | |
| Version_0.3.1.tar.xz | 2016-06-30 | 838.2 kB | |
| README.md | 2016-06-28 | 1.5 kB | |
| Version_0.3.tar.xz | 2016-06-28 | 842.4 kB | |
| V0.3-exe.zip | 2016-06-28 | 7.7 MB | |
| Totals: 5 Items | 19.6 MB | 0 | |
Document-
A program to help you document your source code cleanly and efficiently.
The program has accomplished the following:
Create GUI; Choose input file; Choose output directory; Read source code; Determine the type of source code it's dealing with; Specify comments to look out for in the file; Print only the comments; Look out for shebangs; Use the shebangs to determine what to write out to file; Write out to file; Neatly organise the type of shebangs into main headings; Be able to document entire snippets of code, not just one line; Add more shebang types like date, author, and references. Be able to handle exceptions like file not found errors and write out errors; ensure shebangs are complete before doing the documentation; Be able to catch out errors in the documentation, such as shebangs where they are not supposed to be;
Version 0.1 of my project is done. It is now full functioning.
Version 0.2 of my project is done. It is now full functioning.
Version 0.3 of my project is done. It is now full functioning. Howevere, version 0.4 needs to accomplish the following:
Support nested shebangs Remove comments and indent commments Support more source code Allow documentation in HTML
Version 0.5 needs to accomplish the following:
Show license Include internal documentation Include a text editor for allowing the editing of errors in the shebangs.
Please see the PDF file in the files section for detailed instructions on how to use Document