Add doxygen comments, bug482

This commit is contained in:
Wilson Snyder 2012-04-15 15:44:32 -04:00
parent 600cc02de3
commit fb904d53cd
4 changed files with 1785 additions and 0 deletions

View File

@ -54,6 +54,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
HOST = @HOST@
DOXYGEN = doxygen
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
@ -112,6 +113,7 @@ DISTFILES_INC = $(INFOS) .gitignore Artistic COPYING COPYING.LESSER \
Changes TODO \
MANIFEST.SKIP \
bin/* \
doxygen-mainpage doxygen.config veripool-logo.png \
install-sh configure mkinstalldirs *.pod \
include/*.[chv]* \
include/*.in \
@ -461,6 +463,11 @@ TAGFILES=${srcdir}/*/*.cpp ${srcdir}/*/*.h ${srcdir}/*/[a-z]*.in \
TAGS: $(TAGFILES)
etags $(TAGFILES)
.PHONY: doxygen
doxygen:
$(DOXYGEN) doxygen.config
######################################################################
# Test targets

6
doxygen-mainpage Normal file
View File

@ -0,0 +1,6 @@
/*! \mainpage Verilator Doxygen Documentation
*
* \section intro_sec Introduction
*
* This is a full doxygen analysis of the Verilator source tree.
*/

1772
doxygen.config Normal file

File diff suppressed because it is too large Load Diff

BIN
veripool-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB