dshatrov / erdoc

Documentation extractor for C/C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erext rules:

1. empty lines are not buffered
2. one line is buffered before each block
3. blocks:
	a) /*S ... */
	b) //S
		S - "start tag"
4. start tags:
	* - regular block
	< - decl at the left
	    this blocks includes buffered line as a 'decl' field
	> - decl at the right
	    this blocks includes next line as a 'decl' field
	M - C method-style declaration after this block

About

Documentation extractor for C/C++

License:GNU General Public License v2.0


Languages

Language:Perl 49.8%Language:XSLT 31.1%Language:C++ 12.0%Language:CSS 5.3%Language:Shell 1.8%