-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Doxygen to docs Signed-off-by: luarss <[email protected]>
- Loading branch information
Showing
6 changed files
with
89 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ build: | |
os: ubuntu-22.04 | ||
apt_packages: | ||
- libasound2 | ||
- graphviz | ||
tools: | ||
python: "3.7" | ||
nodejs: "16" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
PROJECT_NAME = "OpenROAD's Doxygen Pages" | ||
PROJECT_BRIEF = "Compilation of detailed documentation for OpenROAD modules" | ||
PROJECT_LOGO = "" | ||
OUTPUT_DIRECTORY = "./_readthedocs/html/doxygen_output" | ||
DISTRIBUTE_GROUP_DOC = YES | ||
EXTRACT_ALL = YES | ||
EXTRACT_PRIVATE = YES | ||
EXTRACT_PACKAGE = YES | ||
EXTRACT_STATIC = YES | ||
EXTRACT_ANON_NSPACES = YES | ||
INPUT = ./src/odb/include/odb/db.h ./docs/doxymain.md | ||
RECURSIVE = NO | ||
EXCLUDE = README.md | ||
USE_MDFILE_AS_MAINPAGE = ./docs/doxymain.md | ||
SOURCE_BROWSER = YES | ||
INLINE_SOURCES = YES | ||
REFERENCED_BY_RELATION = YES | ||
REFERENCES_RELATION = YES | ||
REFERENCES_LINK_SOURCE = NO | ||
GENERATE_HTML = YES | ||
HAVE_DOT = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# OpenROAD Doxygen Documentation | ||
|
||
To navigate the documentation, the most helpful page would be the class index page. | ||
There you can find individual classes categorized in alphabetical order. | ||
|
||
Alternatively, you may also use the search bar on the top-right hand corner | ||
to find your desired class efficiently. | ||
|
||
To go back to OpenROAD documentation, follow this [link](../../index.html). |