MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Pasdoc.sourceforge.net most likely does not offer any malicious content.
Secure connection support
HTTPS
Pasdoc.sourceforge.net provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Pasdoc.sourceforge.net most likely does not offer any adult content.
Popular pages
-
PasDoc's autodoc: PasDoc_GenHtml: Class TGenericHTMLDocGenerator
overrides TDocGenerator.HtmlString.HtmlString to return the string verbatim (TDocGenerator.HtmlString discards those strings) function FormatPascalCode(const Line: string): string; override; FormatP...
-
PasDoc's autodoc: Overview
Parsing TTokenizer reads the source file, and converts it to a series of TTokens. TScanner uses an underlying TTokenizer and also returns a series of TTokens, but in addition it understands and inte...
-
PasDoc's autodoc: All Identifiers
pointer type to one of the above (in this case Name is the type name).
-
PasDoc's autodoc: PasDoc_Gen: Class TDocGenerator
MakeItemLink(const Item: TBaseItem; const LinkCaption: string; const LinkContext: TLinkContext): string; virtual; Return a link to item Item which will be displayed as LinkCaption. Returned string ma...
-
PasDoc's autodoc: PasDoc_Base: Class TPasDoc
RemoveExcludedItems(const c: TPasItems); Searches the description of each TPasUnit item in the collection for an excluded tag. If one is found, the item is removed from the collection. If not, the fi...
-
PasDoc's autodoc: PasDoc_OptionParser: Class TOption
Create(const AShort:char; const ALong: string); Create a new Option. Set AShort to #0 in order to have no short option. Technically you can set ALong to '' to have no long option, but in practive *...