Module lojidoc::model::model [] [src]

Module that contains all necessary data stuctures for parsing javadocs and generating docs

Structs

Class

Struct containing class documentation information Includes package name, imports, methods, and other data

Doc

Struct representing data contained in javadoc comments

Exception

Struct representing method parameter data contained in javadoc and method declaration

Interface

Struct containing interface documentation information Includes package name, imports, method templates, and other data

Method

Struct containing method data from the javadoc and method declaration

Param

Struct representing method parameter data contained in javadoc and method declaration

ParseState

Struct that represents the parsing state

Project

Struct representing all the project data

Enums

LineType

Enum that is used to determine the line type for each line