Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
G
 General Tag Properties
 GenerateAutoFileTitles, NaturalDocs::Menu
 GenerateCrashReport, NaturalDocs::Error
 GenerateDirectoryNames, NaturalDocs::Settings
 GenerateInterpretations, NaturalDocs::SymbolTable
 GenerateRelativeInterpretations, NaturalDocs::SymbolTable
 GenerateTimestampText, NaturalDocs::Menu
 GenericRegexpSkip, NaturalDocs::Languages::Perl
 GenericRegexpSkipUntilAfter, NaturalDocs::Languages::Perl
 GenericSkip
 GenericSkipUntilAfter
 GetAllDefinitionsHashRef, NaturalDocs::SourceDB::Item
 GetAllItemsHashRef, NaturalDocs::SourceDB
 GetAllSupportedFiles, NaturalDocs::Project
 GetAndSkipXMLTag, NaturalDocs::Languages::ActionScript
 GetAString16, NaturalDocs::BinaryFile
 GetDefinition
 GetItem, NaturalDocs::SourceDB
 GetLine, NaturalDocs::ConfigFile
 GetMenuSelectionHierarchy, NaturalDocs::Builder::HTMLBase
 GetReferenceTarget, NaturalDocs::ImageReferenceTable
 GetSummaryFromBody, NaturalDocs::Parser
 GetSummaryFromDescriptionList, NaturalDocs::Parser
 GetUInt16, NaturalDocs::BinaryFile
 GetUInt32, NaturalDocs::BinaryFile
 GetUInt8, NaturalDocs::BinaryFile
 GLOBAL_DEFINITION
 GlobalDefinition, NaturalDocs::SymbolTable::Symbol
 GlobalPrototype, NaturalDocs::SymbolTable::Symbol
 GlobalSummary, NaturalDocs::SymbolTable::Symbol
 GlobalType, NaturalDocs::SymbolTable::Symbol
 GNU General Public Licence
 Group Functions, NaturalDocs::Menu::Entry
 GroupContent, NaturalDocs::Menu::Entry
 GroupIsEmpty, NaturalDocs::Menu::Entry
Since the tags are generated, they will always have the following properties, which will make pattern matching much easier.
sub GenerateAutoFileTitles #(forceAll)
Creates titles for the unlocked file entries in all groups that have the MENU_GROUP_UPDATETITLES flag set.
sub GenerateCrashReport
Generates a report and returns the FileName it’s located at.
sub GenerateDirectoryNames #(hashref inputHints,
hashref imageHints)
Generates names for each of the input and image directories, which can later be retrieved with InputDirectoryNameOf() and ImageDirectoryNameOf().
sub GenerateInterpretations #(referenceString)
Generates the list of interpretations for the passed reference.
sub GenerateRelativeInterpretations #(referenceString,
symbol,
singulars,
package,
score,
dontUseFull)
Generates the list of relative interpretations for the passed reference and packages.
sub GenerateTimestampText
Generates timestampText from timestampCode with the current date.
sub GenericRegexpSkip #(indexRef,
lineNumberRef,
inBrackets)
Advances the position one place through regexp code.
sub GenericRegexpSkipUntilAfter #(indexRef,
lineNumberRef,
token)
Advances the position via GenericRegexpSkip() until a specific token is reached and passed.
sub GenericSkip #(indexRef,
lineNumberRef)
Advances the position one place through general code.
sub GenericSkip #(indexRef,
lineNumberRef)
Advances the position one place through general code.
sub GenericSkip #(indexRef,
lineNumberRef,
noRegExps)
Advances the position one place through general code.
sub GenericSkipUntilAfter #(indexRef,
lineNumberRef,
token)
Advances the position via GenericSkip() until a specific token is reached and passed.
sub GenericSkipUntilAfter #(indexRef,
lineNumberRef,
token)
Advances the position via GenericSkip() until a specific token is reached and passed.
sub GenericSkipUntilAfter #(indexRef,
lineNumberRef,
token,
noRegExps,
allowStringedClosingParens)
Advances the position via GenericSkip() until a specific token is reached and passed.
sub GetAllDefinitionsHashRef
Returns a hashref of all the definitions of this item.
sub GetAllItemsHashRef #(ExtensionID extension) => hashref
Returns a hashref of all the items defined for an extension.
sub GetAllSupportedFiles
Gets all the supported files in the passed directory and its subdirectories and puts them into supportedFiles.
sub GetAndSkipXMLTag #(indexRef,
lineNumberRef)
Processes the XML tag at the current position, moves beyond it, and returns information about it.
sub GetAString16 # => string
Reads and returns an AString16 from the open file.
sub GetDefinition #(
   ExtensionID extension,
   string itemString,
   FileName file
) => NaturalDocs::SourceDB::ItemDefinition or bool
If the extension uses custom NaturalDocs::SourceDB::ItemDefinition classes, returns it for the passed definition or undef if it doesn’t exist.
sub GetDefinition #(
   FileName file
) => NaturalDocs::SourceDB::ItemDefinition or bool
Returns the NaturalDocs::SourceDB::ItemDefinition-derived object for the passed FileName, non-zero if it only tracks existence, or undef if there is no definition.
sub GetDefinition #(
   ExtensionID extension,
   string itemString
) => NaturalDocs::SourceDB::ItemDefinition
Returns the NaturalDocs::SourceDB::ItemDefinition-derived object for the passed item string or undef if there is none.
sub GetItem #(ExtensionID extension,
string itemString) => bool
Returns the NaturalDocs::SourceDB::Item-derived object for the passed ExtensionID and item string, or undef if there is none.
sub GetLine
Returns the next line containing content, or an empty array if none.
sub GetMenuSelectionHierarchy #(
   FileName sourceFile,
   TopicType indexType
) -> NaturalDocs::Menu::Entry[] selectionHierarchy
Finds the sequence of menu groups that contain the current selection.
sub GetReferenceTarget #(FileName sourceFile,
string text) => FileName
Returns the image file the reference resolves to, or undef if none.
sub GetSummaryFromBody #(body)
Returns the summary text from the topic body.
sub GetSummaryFromDescriptionList #(description)
Returns the summary text from a description list entry.
sub GetUInt16 # => UInt16
Reads and returns a UInt16 from the open file.
sub GetUInt32 # => UInt32
Reads and returns a UInt32 from the open file.
sub GetUInt8 # => UInt8
Reads and returns a UInt8 from the open file.
The FileName which defines the global version of the symbol, which is what is used if a file references the symbol but does not have its own definition.
sub GlobalDefinition
Returns the FileName that contains the global definition of this symbol, or undef if the symbol isn’t defined.
sub GlobalPrototype
Returns the prototype of the global definition.
sub GlobalSummary
Returns the summary of the global definition.
sub GlobalType
Returns the TopicType of the global definition, or undef if the symbol isn’t defined.
Version 2, June 1991
All of these functions assume the type is MENU_GROUP.
sub GroupContent
Returns an arrayref of NaturalDocs::Menu::Entry objects representing the contents of the group, or undef otherwise.
sub GroupIsEmpty
If the type is MENU_GROUP, returns whether the group is empty.
Close