Skip to content

Commit

Permalink
Fixed doxygen makefile and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gpenazzi committed Jan 28, 2015
1 parent 36c0984 commit 9bfafc6
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 725 deletions.
2 changes: 2 additions & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.tmp
html
3 changes: 2 additions & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = ../src ../include ../ext_sparskit
INPUT = ../src
FILE_PATTERNS = *.c \
*.cpp \
*.h \
*.C \
*.H \
*.F90 \
*.f90 \
*.f
RECURSIVE = YES
EXCLUDE =
Expand Down
3 changes: 2 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ doc:

.PHONY: clean
clean:
@rm -rf html
rm -f *.tmp
rm -rf html

.PHONY: distclean
distclean: clean
Expand Down
3 changes: 0 additions & 3 deletions tests/f90intApi/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions tests/f90intApi/GNUmakefile

This file was deleted.

Empty file removed tests/f90intApi/GS/negf.in
Empty file.
303 changes: 0 additions & 303 deletions tests/f90intApi/H_imm.dat

This file was deleted.

Loading

0 comments on commit 9bfafc6

Please sign in to comment.