diff --git a/docs/src/content/docs/api/Entities/assertstmt.mdx b/docs/src/content/docs/api/Entities/assertstmt.mdx index a02d32e..a436703 100644 --- a/docs/src/content/docs/api/Entities/assertstmt.mdx +++ b/docs/src/content/docs/api/Entities/assertstmt.mdx @@ -1,5 +1,5 @@ --- -title: AssertStmt - Code-Pathfinder Reference | CodeQL Alternative +title: AssertStmt Statement description: "AssertStmt Statement Entity - Code PathFinder API Index" --- import PostHogLayout from '../../../../layouts/PostHogLayout.astro'; @@ -33,5 +33,4 @@ class MyClass { | GetPP() string | Returns the pretty-printed representation of the assert statement | | ToString() string | Returns a string representation of the assert statement | | GetMessage() *Expr | Returns the message expression associated with the assert statement if present | -| GetExpr() *Expr | Returns the condition expression being asserted in the statement | -| ------------------------------ | ----------------------------------------------------------------------------------| \ No newline at end of file +| GetExpr() *Expr | Returns the condition expression being asserted in the statement | \ No newline at end of file diff --git a/docs/src/content/docs/api/Entities/blockstmt.mdx b/docs/src/content/docs/api/Entities/blockstmt.mdx index 9e3d28a..ab0da85 100644 --- a/docs/src/content/docs/api/Entities/blockstmt.mdx +++ b/docs/src/content/docs/api/Entities/blockstmt.mdx @@ -1,5 +1,5 @@ --- -title: BlockStmt - Code-Pathfinder Reference | CodeQL Alternative +title: BlockStmt Statement description: "Block Statement Entity - Code PathFinder API Index" --- import PostHogLayout from '../../../../layouts/PostHogLayout.astro'; diff --git a/docs/src/content/docs/api/Entities/returnstmt.mdx b/docs/src/content/docs/api/Entities/returnstmt.mdx index 0eb7fa2..7759756 100644 --- a/docs/src/content/docs/api/Entities/returnstmt.mdx +++ b/docs/src/content/docs/api/Entities/returnstmt.mdx @@ -1,5 +1,5 @@ --- -title: ReturnStmt - Code-Pathfinder Reference | CodeQL Alternative +title: ReturnStmt Statement description: Return Statement Entity - Code PathFinder API Index" --- import PostHogLayout from '../../../../layouts/PostHogLayout.astro'; @@ -33,4 +33,3 @@ class MyClass { | GetPP() string | Returns the pretty-printed representation of the statement | | ToString() string | Returns a string representation of the return statement | | GetResult() *Expr | Returns the expression being returned by this statement | -| ------------------------------ | -----------------------------------------------------------|