File tree Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 ROOT="$PWD"
114114
115115 # Doxygen APIs combined with Sphinx
116- declare -a SPHINX_DOXYGEN=("nrf" "zephyr")
116+ declare -a SPHINX_DOXYGEN=("nrf" "nrfxlib" " zephyr")
117117
118118 mkdir doc/_build/html-doxygen
119119
Original file line number Diff line number Diff line change 1+ manual.name =nrfxlib-apis-__VERSION__
2+ booktitle =nrfxlib APIs - __VERSION__
Original file line number Diff line number Diff line change 1+ # Document tags for Zoomin.
2+
3+ # Tags for all topics:
4+ mapping_global :
5+ - nrfxlib-apis
6+ - nrfxlib-apis-__VERSION__
7+
8+ # Tags for individual topics:
9+ mapping_topics : []
Original file line number Diff line number Diff line change 3333
3434extensions = [
3535 "sphinx.ext.intersphinx" ,
36- "breathe" ,
3736 "sphinxcontrib.mscgen" ,
3837 "inventory_builder" ,
3938 "zephyr.kconfig" ,
4039 "zephyr.warnings_filter" ,
4140 "zephyr.external_content" ,
4241 "zephyr.doxyrunner" ,
42+ "zephyr.doxybridge" ,
4343]
4444master_doc = "README"
4545
8383
8484doxyrunner_doxygen = os .environ .get ("DOXYGEN_EXECUTABLE" , "doxygen" )
8585doxyrunner_doxyfile = NRF_BASE / "doc" / "nrfxlib" / "nrfxlib.doxyfile.in"
86- doxyrunner_outdir = utils .get_builddir () / "nrfxlib" / "doxygen"
86+ doxyrunner_outdir = utils .get_builddir () / "html" / " nrfxlib" / "doxygen"
8787doxyrunner_fmt = True
8888doxyrunner_fmt_vars = {
8989 "NRFXLIB_BASE" : str (NRFXLIB_BASE ),
9090 "OUTPUT_DIRECTORY" : str (doxyrunner_outdir ),
9191}
9292
93- # Options for breathe ------------- ---------------------------------------------
93+ # -- Options for doxybridge plugin ---------------------------------------------
9494
95- breathe_projects = {"nrfxlib" : str (doxyrunner_outdir / "xml" )}
96- breathe_default_project = "nrfxlib"
97- breathe_domain_by_extension = {"h" : "c" , "c" : "c" }
98- breathe_separate_member_pages = True
95+ doxybridge_dir = doxyrunner_outdir
9996
10097# Options for external_content -------------------------------------------------
10198
Original file line number Diff line number Diff line change @@ -1029,7 +1029,7 @@ IGNORE_PREFIX =
10291029# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
10301030# The default value is: YES.
10311031
1032- GENERATE_HTML = NO
1032+ GENERATE_HTML = YES
10331033
10341034# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
10351035# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
Original file line number Diff line number Diff line change 77
88# Extension | NCS | Kconfig | Matter | MCUboot | nrfx | nrfxlib | TF-M | Zephyr |
99azure-storage-blob # | X | | | | | | | |
10- breathe # | | | | | | X | | |
10+ breathe # | | | | | | | | |
1111doxmlparser # | | | | | | | | X |
1212m2r2 # | | | | | X | | | |
1313PyYAML # | X | | | | | | | X |
You can’t perform that action at this time.
0 commit comments