Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kapilratnani/DocIt
A plugin for Notepad++, which aids in documentation. It generates documentation templates for functions. Supports C/CPP, Java and PHP
https://github.com/kapilratnani/DocIt
Last synced: 16 days ago
JSON representation
A plugin for Notepad++, which aids in documentation. It generates documentation templates for functions. Supports C/CPP, Java and PHP
- Host: GitHub
- URL: https://github.com/kapilratnani/DocIt
- Owner: kapilratnani
- Created: 2011-12-12T11:04:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T14:05:15.000Z (over 7 years ago)
- Last Synced: 2024-07-31T22:57:59.894Z (3 months ago)
- Language: C
- Homepage: http://sourceforge.net/projects/nppdocit/
- Size: 277 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
=================
DocIt 0.91 Alpha
by Kapil Ratnani
=================A plugin for Notepad++, which aids in documentation. It generates documentation templates for functions. Currently it supports C/CPP, Java and PHP.
============
Instruction:
============
1. Paste the file "NPPDocIt.dll" and the folder "nppdocitplugins" to Notepad++ plugin folder
2. open a C/CPP/JAVA/PHP file.
3. Go to a function defination and press "CTRL+ALT+SHIFT+D"
4. This will insert a documenation string for the function, in a format depending on the language.==================
Special Thanks to:
==================
Don Ho for Notepad++
Creators of PCRE==================
Latest Updates:
==================
---------
0.91 Alpha
---------
-Fixed PHP doc string format---------
0.9 Alpha
---------
-Separate plugin for each type of language
-Still statically linked pcre
-Support for PHP---------
0.5 Alpha
---------
-First Release
-Statically linked pcre
-Rough code..not refractored at all
-Just works..
-Support for c/cpp and javaTODO:
-----
-Add support for Javascript,sql script..etc.. -- Added PHP
-Refractor the code -- done to some extent
-Think of a way for expansion -- separate plugin for each language
-Add support for inserting licenses
-try to fully comply with documentation generators
-add support for more languages -- Added PHP
-Document the code :P -- done to some extent
-Add a wiki entry somewhere with instructions to create plugins
-Work on making more exhaustive api for plugins, so that all types of language can be integrated