D | |
DataFile, NaturalDocs:: | |
DefaultMenuTitle, NaturalDocs:: | |
DefaultMenuTitleOf, NaturalDocs:: | |
DefaultValue, NaturalDocs:: | |
DefaultValuePrefix, NaturalDocs:: | |
DefinesReference, NaturalDocs:: | |
DefinesSymbol, NaturalDocs:: | |
Definitions | |
DeleteAllInterpretationsButCurrent, NaturalDocs:: | |
DeleteAllReferences, NaturalDocs:: | |
DeleteChild, NaturalDocs:: | |
DeleteClass | |
DeleteDefinition | |
DeleteFile, NaturalDocs:: | |
DeleteFromGroup, NaturalDocs:: | |
DeleteImageFileReference, NaturalDocs:: | |
DeleteInterpretation, NaturalDocs:: | |
DeleteItem | |
DeleteParentReference | |
DeleteReference | |
DeleteSymbol | |
DetectIndexGroups, NaturalDocs:: | |
DetectOrder, NaturalDocs:: | |
DetermineImageDimensions, NaturalDocs:: | |
Directory, NaturalDocs:: | |
DocumentedOnly, NaturalDocs:: | |
DOMPopupSearchResults, SearchPanel | |
DOMPopupSearchResultsWindow, SearchPanel | |
DOMSearchField, SearchPanel | |
DOMSearchPanel, SearchPanel | |
DOMSearchType, SearchPanel | |
E | |
EndBuild | |
EndScope, NaturalDocs:: | |
EnumValues | |
EnumValuesWasSet, NaturalDocs:: | |
ErrorCount, NaturalDocs:: | |
ExcludedInputDirectories, NaturalDocs:: | |
ExpandMenu, NaturalDocs:: | |
ExtensionOf, NaturalDocs:: | |
Extensions, NaturalDocs:: |
Returns the full path to the passed data file.
sub DataFile #( string file )
Returns the file’s default title on the menu.
sub DefaultMenuTitle
Returns the default menu title of the FileName.
sub DefaultMenuTitleOf #( file )
Returns whether the file defines the passed ReferenceString or not.
sub DefinesReference #( referenceString )
Returns whether the file defines the passed SymbolString or not.
sub DefinesSymbol #( symbol )
Returns an array of the FileNames that define this class, or an empty array if none.
sub Definitions
Returns an array of all the FileNames that define this reference.
sub Definitions
Returns an array of all the FileNames that define this symbol.
sub Definitions
Deletes all interpretations except for the current one.
sub DeleteAllInterpretationsButCurrent
Removes all references that can be interpreted as this symbol.
sub DeleteAllReferences
Deletes a child SymbolString from the class.
sub DeleteChild #( child )
Deletes a class definition from a file.
sub DeleteClass #( file, class )
Deletes a class SymbolString from the file.
sub DeleteClass #( class )
Removes the definition of this class and returns if there are no more definitions.
sub DeleteDefinition #( file )
Removes the definition for the passed item.
sub DeleteDefinition #( ExtensionID extension, string itemString, FileName file ) => bool
Removes the definition for the passed FileName.
sub DeleteDefinition #( FileName file ) => bool
Removes the definition for the passed item string.
sub DeleteDefinition #( ExtensionID extension, string itemString ) => bool
Removes a reference definition.
sub DeleteDefinition #( file )
Removes a symbol definition.
sub DeleteDefinition #( file )
Deletes a file and everything defined in it.
sub DeleteFile #( file )
Deletes an entry from the group content by index.
sub DeleteFromGroup #( index )
Deletes a reference from the passed image FileName.
sub DeleteImageFileReference #( FileName imageFile )
Deletes a symbol that this reference can be interpreted as.
sub DeleteInterpretation #( symbol )
Deletes the record of the passed ExtensionID and item string.
sub DeleteItem #( ExtensionID extension, string itemString ) => bool
Deletes the passed item.
sub DeleteItem #( ExtensionID extension, string itemString ) => bool
Deletes a class’ parent reference and returns whether it resulted in the loss of a parent class.
sub DeleteParentReference #( file, class, reference )
Deletes a parent reference from the class and return whether it resulted in a loss of a parent class.
sub DeleteParentReference #( reference, file, referenceTranslations )
Deletes a parent ReferenceString from a class SymbolString.
sub DeleteParentReference #( class, parent )
Decreases the number of references to this image file by one.
sub DeleteReference
Deletes a reference from the table.
sub DeleteReference #( referenceString, file )
Removes a reference definition.
sub DeleteReference #( referenceString )
Deletes a reference that can be interpreted as this symbol.
sub DeleteReference #( referenceString )
Removes a symbol definition from the table.
sub DeleteSymbol #( symbol, file )
Removes a SymbolString definition.
sub DeleteSymbol #( symbol )
Finds groups that are primarily used for indexes and gives them the MENU_GROUP_ISINDEXGROUP flag.
sub DetectIndexGroups
Detects the order of the entries in all groups that have the MENU_GROUP_UPDATEORDER flag set.
sub DetectOrder #( forceAll )
Attempts to determine the dimensions of the passed image and apply them to their object in imageFiles.
sub DetermineImageDimensions #( FileName imageFile )
Returns whether undocumented code aspects should be included in the output.
sub DocumentedOnly
this.DOMPopupSearchResults = function()
this.DOMPopupSearchResultsWindow = function()
this.DOMSearchField = function()
this.DOMSearchPanel = function()
this.DOMSearchType = function()
Define this function if the package needs to do anything at the end of the build process.
sub EndBuild #( hasChanged )
Synchronizes the projects CSS and JavaScript files.
sub EndBuild #( hasChanged )
Records the end of the current scope level.
sub EndScope #( lineNumber )
Returns the EnumValuesType that describes how the language handles enums.
sub EnumValues
Returns the EnumValuesType that describes how the language handles enums.
sub EnumValues
Returns the EnumValuesType that describes how the language handles enums.
sub EnumValues
Returns the EnumValuesType that describes how the language handles enums.
sub EnumValues
Returns the EnumValuesType that describes how the language handles enums.
sub SetEnumValues #( EnumValuesType newBehavior )
Returns how many errors the configuration file has.
sub ErrorCount
Returns an arrayref of input directories to exclude.
sub ExcludedInputDirectories
Determines which groups should be expanded.
sub ExpandMenu #( FileName sourceFile, TopicType indexType, NaturalDocs::Menu:: Entry[] selectionHierarchy, int rootLength ) -> int[] groupsToExpand
Returns the extension of the passed path, or undef if none.
sub ExtensionOf #( path )