1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-31 06:02:37 +00:00
Files
wfjm.w11/tools/dox
wfjm aa16a9e989 Doxygen support now for V1.9.4 [skip ci]
- Doxygen V1.9.4 fixed a bug in the VHDL support introducted in V1.9.2
- *.Doxyfile now for V1.9.4
- Tcl source code view removed, not supported since Doxygen V1.8.18
2022-05-14 11:42:33 +02:00
..
2016-12-17 16:28:37 +01:00

This directory holds the doxygen setup files for VHDL and C++ documentation.

Currently there is not much real documentation included in the source files. The doxygen generated html output is nevertheless very useful to browse and navigate through the source code. C++ and Vhdl source are covered by setup files contained in this directory.

The doxygen generated source code view of the latest release is directly available from

To locally generate the html files use

  cd $RETROBASE/tools/dox
  export RETRODOXY <desired root of html documentation>
  ./make_doxy

If RETRODOXY is not defined /tmp is used. To view the top level of the generated doxygen output use

  firefox $RETRODOXY/w11/cpp/html/index.html &
  firefox $RETRODOXY/w11/vhd/html/index.html &

Better entry points for code navigation are

  firefox $RETRODOXY/w11/vhd/html/hierarchy.html
  firefox $RETRODOXY/w11/vhd/html/sys__w11a__arty_8vhd_source.html
  firefox $RETRODOXY/w11/cpp/html/hierarchy.html