Glossary

comment style

A decoration around the comment.

/********************************************************************
 * comment
 *******************************************************************/

/////////////////////////////////////////////////////////////////////
/// comment
/////////////////////////////////////////////////////////////////////
doc-style

A markup language stored in special comment blocks or python doc-string used by a specific documentation generator.

documentation block

A documentation block is a comment handled by a documentation generator

documentation generator

A programming tool that generates software documentation intended for programmers (API documentation) or/and end users (End-user Guide).

plug-in

A software component that adds a specific feature to an existing computer program (like Sublime Text).