File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,9 @@ <h4>Source code documentation</h4>
125125
126126 < p > We make the source code of the < strong > FLAGLET</ strong > package
127127 available under the license described < a
128- href ="#license "> below</ a > .
128+ href ="#license "> below</ a > . To receive a copy of < strong > FLAGLET</ strong > by email please
129+ complete the download form, available by clicking the following
130+ icon:
129131
130132 < p align =center >
131133 < a href =http://www.mrao.cam.ac.uk/~jdm57/download.html > < img src ="images/download_icon.gif "> </ a >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = B3LET
3232# This could be handy for archiving the generated documentation or
3333# if some version control system is used.
3434
35- PROJECT_NUMBER = 1.0
35+ PROJECT_NUMBER = 1.0b1
3636
3737# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838# for a project that appears at the top of each page and should give viewer
@@ -675,7 +675,9 @@ WARN_LOGFILE =
675675# directories like "/usr/src/myproject". Separate the files or directories
676676# with spaces.
677677
678- INPUT = .
678+ INPUT = src/main/c \
679+ src/test/c \
680+ include
679681
680682# This tag can be used to specify the character encoding of the source files
681683# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -693,7 +695,7 @@ INPUT_ENCODING = UTF-8
693695# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
694696# *.f90 *.f *.for *.vhd *.vhdl
695697
696- FILE_PATTERNS = *.m \
698+ FILE_PATTERNS = *.c \
697699 *.h
698700
699701# The RECURSIVE tag can be used to turn specify whether or not subdirectories
You can’t perform that action at this time.
0 commit comments