Skip to content

Commit

Permalink
Fix: Content spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
  • Loading branch information
AdarshRawat1 committed Jul 9, 2024
1 parent b265c8b commit 7aab489
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/doxygen/Doxymain.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ function animateFlow() {
}
</script>
@endhtmlonly
<br>
<br>
[P4 (Programming Protocol-independent Packet Processors)](https://p4.org/) is a language for expressing how packets are processed by the data-plane of a programmable network element, e.g.(hardware or software switch, Smart-NIC, and network function appliance).
<br>

<div class="content-spacing"></div>
<div class="content-spacing"></div>
[P4 (Programming Protocol-independent Packet Processors)](https://p4.org/) is a language for expressing how packets are processed by the data-plane of a programmable network element, e.g.(hardware or software switch, Smart-NIC, and network function appliance).
<div class="content-spacing"></div>
P4C is the official open-source reference compiler for the [P4](https://p4.org/) programming language, supporting both P4-14 and P4-16.
<div class="content-spacing"></div>
<div class="content-spacing"></div>

## Features of P4C

- Provides compatibility for all versions of %P4.
Expand Down

0 comments on commit 7aab489

Please sign in to comment.