| F | |
| File | |
| FilesInMenu, NaturalDocs:: | |
| FilesToBuild, NaturalDocs:: | |
| FilesToParse, NaturalDocs:: | |
| FilesToPurge, NaturalDocs:: | |
| FilesWithContent, NaturalDocs:: | |
| FindFirstFile, NaturalDocs:: | |
| FindFirstSymbol | |
| FindMenuSelection, NaturalDocs:: | |
| FlagAutoTitleChanges, NaturalDocs:: | |
| Flags, NaturalDocs:: | |
| Footer, NaturalDocs:: | |
| FormatBody, NaturalDocs:: | |
| FormatText, NaturalDocs:: | |
| FromBinaryFile | |
| FromString, NaturalDocs:: | |
| FromText, NaturalDocs:: | |
| FromValues, NaturalDocs:: |
If HasMultipleFiles() is true, returns an arrayref of NaturalDocs::SymbolTable::IndexElement objects.
sub HasMultipleFiles
Returns the FileName the target is defined in.
sub File
Returns a hashref of all the files present in the menu.
sub FilesInMenu
Returns an existence hashref of the FileNames to build.
sub FilesToBuild
Returns an existence hashref of the FileNames to parse.
sub FilesToParse
Returns an existence hashref of the FileNames that had content last time, but now either don’t anymore or were deleted.
sub FilesToPurge
Returns and existence hashref of the FileNames that have Natural Docs content.
sub FilesWithContent
A function that finds and returns the first file entry in the menu, or undef if none.
sub FindFirstFile
Searches a string for a number of symbols to see which appears first.
sub FindFirstSymbol #( string, symbols, index )
A recursive function that deterimes if it or any of its sub-groups has the menu selection.
sub FindMenuSelection #( FileName sourceFile, TopicType indexType, NaturalDocs::Menu:: Entry[] hierarchyRef, NaturalDocs::Menu:: Entry[] entries ) -> bool hasSelection
Finds which files have auto-titles that changed and flags their groups for updating with MENU_GROUP_UPDATETITLES and MENU_GROUP_UPDATEORDER.
sub FlagAutoTitleChanges
Returns the Menu Entry Flags.
sub Flags
Returns the footer of the documentation, or undef if none.
sub Footer
Converts the section body to NDMarkup.
sub FormatBody #( commentLines, startingIndex, endingIndex, type, isList )
Translates any inline tags or HTML codes to NDMarkup and returns it.
sub FormatText #( string text, bool inParagraph )
Loads an ImageReferenceString or undef from NaturalDocs::BinaryFile and returns it.
sub FromBinaryFile
Reads a ReferenceString or undef from the passed filehandle.
sub FromBinaryFile #( FileHandle fileHandle, flags binaryFormatFlags, ReferenceType type, flags resolvingFlags )
Loads a SymbolString or undef from the filehandle and returns it.
sub FromBinaryFile #( FileHandle fileHandle )
Retrieves a VersionInt from a binary file.
sub FromBinaryFile #( handle fileHandle ) => VersionInt
Converts a version string to a VersionInt.
sub FromString #( string string ) => VersionInt
Extracts and returns a SymbolString from plain text.
sub FromText #( string textSymbol )
Returns a VersionInt created from the passed values.
sub FromValues #( int major, int minor, int month, int day, int year ) => VersionInt