Explorar o código

docs: Use doxygen config to mark the main page

The doxygen config option "USE_MDFILE_AS_MAINPAGE" can be used to set
the main page in doxygen generated pdf. This allows us to remove the
"#mainpage" from the README file which markdown doesn't parse.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Atish Patra %!s(int64=4) %!d(string=hai) anos
pai
achega
79bfd67f9a
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      README.md
  2. 1 1
      docs/doxygen.cfg

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-RISC-V Open Source Supervisor Binary Interface (OpenSBI) {#mainpage}
+RISC-V Open Source Supervisor Binary Interface (OpenSBI)
 ========================================================
 
 Copyright and License

+ 1 - 1
docs/doxygen.cfg

@@ -949,7 +949,7 @@ FILTER_SOURCE_PATTERNS =
 # (index.html). This can be useful if you have a project on for instance GitHub
 # and want to reuse the introduction page also for the doxygen output.
 
-USE_MDFILE_AS_MAINPAGE = 
+USE_MDFILE_AS_MAINPAGE = README.md
 
 #---------------------------------------------------------------------------
 # Configuration options related to source browsing