diff --git a/docs/doxygen/Doxymain.md b/docs/doxygen/Doxymain.md index 9d20a3c098..c9d7b0e2c3 100644 --- a/docs/doxygen/Doxymain.md +++ b/docs/doxygen/Doxymain.md @@ -1,7 +1,11 @@ # Welcome to p4 Compiler's documentation! - +
+ \image html p4-logo.png width=300px +
+
`p4c` is a reference compiler for the P4 programming language. It supports both P4-14 and P4-16; you can find more information about P4 in our carefully curated [Documentation](#). - +
+
> @warning `P4 Compiler's Documentation` is a work in progress i.e. 🔨&🚀. This version contains mostly temporary placeholder functionality. # Overview diff --git a/docs/doxygen/doxygen.cfg b/docs/doxygen/doxygen.cfg index 226113443b..19bc5e0d93 100644 --- a/docs/doxygen/doxygen.cfg +++ b/docs/doxygen/doxygen.cfg @@ -1062,7 +1062,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = ../../docs/doxygen # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program