Skip to content

Commit

Permalink
add basic support for building doxygen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Jun 17, 2005
1 parent 7807a58 commit 09fecbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ version:
cd src/common && make svn_version.c

distclean-local:
-rm -rf autom4te.cache
-rm -rf autom4te.cache doxygen

doxygen: version
doxygen doxygen.cfg

MOSTLYCLEANFILES = tcpreplay.spec *~

Expand Down
9 changes: 9 additions & 0 deletions doxygen.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
INPUT = src lib
FILE_PATTERNS = *.c *.h
RECURSIVE = YES
SOURCE_BROWSER = YES
INLINE_SOURCES = YES
EXTRACT_ALL = YES
OUTPUT_DIRECTORY = doxygen
HTML_OUTPUT = html
LATEX_OUTPUT = latex

0 comments on commit 09fecbf

Please sign in to comment.