Pelzini

This is the code documentation for the Pelzini project

class CodeParserItem

Stores information about parser items that are actual source code.
Typically these parser items have authors and versions, so all of that information
is stored in this class.

Class structure

As a function argument

addSinceVersion from class DatabaseOutputter

Adds a @since version to from a CodeParserItem to the internal list
This list is used to fill a table with all of the versions of the program in existance

Argument name: $parser_item
From /processor/database_outputter.php

process_javadoc_tags

Processes the javadoc tags for a specific parser item

Argument name: $parser_item
From /processor/functions.php