Skip to content

Commit 7687037

Browse files
committed
Add file extensions to examples
1 parent 6e8fb9a commit 7687037

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

.wiki/Home.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,39 @@ This is an automatically generated documentation for **Pizza Place (Example docu
88

99
#### Classes
1010

11-
| Class | Description |
12-
|------------------------------------------------------------------------------|------------------------------|
13-
| [`AbstractProduct`](./classes/PhpDocumentorMarkdown/Example/AbstractProduct) | Base class for all products. |
14-
| [`Pizza`](./classes/PhpDocumentorMarkdown/Example/Pizza) | A pizza \| pie's. |
11+
| Class | Description |
12+
|---------------------------------------------------------------------------------|------------------------------|
13+
| [`AbstractProduct`](./classes/PhpDocumentorMarkdown/Example/AbstractProduct.md) | Base class for all products. |
14+
| [`Pizza`](./classes/PhpDocumentorMarkdown/Example/Pizza.md) | A pizza \| pie's. |
1515

1616
#### Traits
1717

18-
| Trait | Description |
19-
|------------------------------------------------------------------------------|---------------------------------|
20-
| [`ReviewableTrait`](./classes/PhpDocumentorMarkdown/Example/ReviewableTrait) | A trait for reviewable objects. |
18+
| Trait | Description |
19+
|---------------------------------------------------------------------------------|---------------------------------|
20+
| [`ReviewableTrait`](./classes/PhpDocumentorMarkdown/Example/ReviewableTrait.md) | A trait for reviewable objects. |
2121

2222
#### Interfaces
2323

24-
| Interface | Description |
25-
|--------------------------------------------------------------------------------|--------------------------|
26-
| [`Arrayable`](./classes/PhpDocumentorMarkdown/Example/Arrayable) | |
27-
| [`ManyInterfaces`](./classes/PhpDocumentorMarkdown/Example/ManyInterfaces) | A ManyInterfaces |
28-
| [`ProductInterface`](./classes/PhpDocumentorMarkdown/Example/ProductInterface) | Interface for a product. |
24+
| Interface | Description |
25+
|-----------------------------------------------------------------------------------|--------------------------|
26+
| [`Arrayable`](./classes/PhpDocumentorMarkdown/Example/Arrayable.md) | |
27+
| [`ManyInterfaces`](./classes/PhpDocumentorMarkdown/Example/ManyInterfaces.md) | A ManyInterfaces |
28+
| [`ProductInterface`](./classes/PhpDocumentorMarkdown/Example/ProductInterface.md) | Interface for a product. |
2929

3030
### \PhpDocumentorMarkdown\Example\Pizza
3131

3232
#### Classes
3333

34-
| Class | Description |
35-
|----------------------------------------------------------------|--------------------------|
36-
| [`Base`](./classes/PhpDocumentorMarkdown/Example/Pizza/Base) | Represents a pizza base. |
37-
| [`Sauce`](./classes/PhpDocumentorMarkdown/Example/Pizza/Sauce) | Pizza sauce class. |
34+
| Class | Description |
35+
|-------------------------------------------------------------------|--------------------------|
36+
| [`Base`](./classes/PhpDocumentorMarkdown/Example/Pizza/Base.md) | Represents a pizza base. |
37+
| [`Sauce`](./classes/PhpDocumentorMarkdown/Example/Pizza/Sauce.md) | Pizza sauce class. |
3838

3939
### \PhpDocumentorMarkdown\Functions
4040

4141
#### Functions
4242

43-
| Function | Description |
44-
|--------------------------------------------------------------------------|--------------------------------------------------|
45-
| [`mockFunctionWithParameters()`](./functions/mockFunctionWithParameters) | Mock function to demonstrate parameter handling. |
46-
| [`getDatabaseConfig()`](./functions/getDatabaseConfig) | Get database configuration. |
43+
| Function | Description |
44+
|-----------------------------------------------------------------------------|--------------------------------------------------|
45+
| [`mockFunctionWithParameters()`](./functions/mockFunctionWithParameters.md) | Mock function to demonstrate parameter handling. |
46+
| [`getDatabaseConfig()`](./functions/getDatabaseConfig.md) | Get database configuration. |

.wiki/classes/PhpDocumentorMarkdown/Example/AbstractProduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Base class for all products.
66

77
* Full name: `\PhpDocumentorMarkdown\Example\AbstractProduct`
88
* This class implements:
9-
[`\PhpDocumentorMarkdown\Example\ProductInterface`](./ProductInterface)
9+
[`\PhpDocumentorMarkdown\Example\ProductInterface`](./ProductInterface.md)
1010
* This class is an **Abstract class**
1111

1212
**See Also:**

.wiki/classes/PhpDocumentorMarkdown/Example/ManyInterfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ManyInterfaces description
1010

1111
* Full name: `\PhpDocumentorMarkdown\Example\ManyInterfaces`
1212
* Parent interfaces:
13-
[`\PhpDocumentorMarkdown\Example\ProductInterface`](./ProductInterface),
13+
[`\PhpDocumentorMarkdown\Example\ProductInterface`](./ProductInterface.md),
1414
`JsonSerializable`
1515

1616
## Inherited methods

.wiki/classes/PhpDocumentorMarkdown/Example/Pizza.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ A pizza \| pie's.
55
***
66

77
* Full name: `\PhpDocumentorMarkdown\Example\Pizza`
8-
* Parent class: [`\PhpDocumentorMarkdown\Example\AbstractProduct`](./AbstractProduct)
8+
* Parent class: [`\PhpDocumentorMarkdown\Example\AbstractProduct`](./AbstractProduct.md)
99
* This class implements:
10-
[`\PhpDocumentorMarkdown\Example\ProductInterface`](./ProductInterface),
10+
[`\PhpDocumentorMarkdown\Example\ProductInterface`](./ProductInterface.md),
1111
`JsonSerializable`
1212

1313
## Properties

.wiki/classes/PhpDocumentorMarkdown/Example/Pizza/Base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ public getYeast(): int
6969

7070
**Throws:**
7171

72-
- [`Exception`](../../../Exception)
72+
- [`Exception`](../../../Exception.md)
7373

7474
***

.wiki/classes/PhpDocumentorMarkdown/Example/ProductInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Interface for a product.
66

77
* Full name: `\PhpDocumentorMarkdown\Example\ProductInterface`
88
* Parent interfaces:
9-
[`\PhpDocumentorMarkdown\Example\Arrayable`](./Arrayable)
9+
[`\PhpDocumentorMarkdown\Example\Arrayable`](./Arrayable.md)
1010

1111
## Methods
1212

0 commit comments

Comments
 (0)