Skip to content

Grasshopper.Documentation

Classes

Class

Description


Public Class
GH_ContentCollection

Represents an ordered collection of IGH_Content.


Public Class
GH_Format

Represents a piece of formatted content.


Public Class
GH_GlossaryItem

Represents a single glossary entry in the Grasshopper help.


Public Class
GH_Link

Represents a link to another location in the Help or some external address.


Public Class
GH_List

Represents a list of items in the Grasshopper help.


Public Class
GH_Paragraph
Public Class
GH_Parser

Provides parsing methods for the Grasshopper Markdown flavour.


Public Class
GH_RuntimeFile

Runtime representation of a Grasshopper help file. A GH_RuntimeFile is nothing more than a collection of keywords with associated content. This class does not interpret a file or check its validity, it merely figures out the different content section based on “Keyword:” entries.


Public Class
GH_Text

Represents a single string.


Public Class
GH_Topic

Represents a single topic in the Grasshopper help.


Interfaces

Interface

Description


Public Interface
IGH_Content

All parts that make up documentation content must implement this interface.


Enumerations

Enumeration

Description


Public Enum
GH_Audience

Enumerates the pre-defined target audiences used in the Grasshopper documentation.


Public Enum
GH_Style

Enumerates possible formatting for documentation content.


Public Enum
GH_Target

Enumerates the possible link targets in Grasshopper documentation.