Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit d1107c8

Browse files
Update documentation & README
1 parent 1af89a7 commit d1107c8

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ For visualization purposes, here is an error plot from the data in the above exa
203203
## Building CURVEFIT
204204
This library can be built using CMake. For instructions on using CMake see [Running CMake](https://cmake.org/runningcmake/).
205205

206+
## Documentation
207+
Documentation can be found [here](doc/refman.pdf)
208+
206209
## External Libraries
207210
This library relies upon 3 other libraries.
208211
- [NONLIN](https://github.com/jchristopherson/nonlin)
209212
- [LINALG](https://github.com/jchristopherson/linalg)
210213
- [FERROR](https://github.com/jchristopherson/ferror)
211-
212-
## TO DO
213-
- C API

doc/Doxyfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ HIDE_UNDOC_RELATIONS = YES
22022202
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
22032203
# Bell Labs. The other options in this section have no effect if this option is
22042204
# set to NO
2205-
# The default value is: NO.
2205+
# The default value is: YES.
22062206

22072207
HAVE_DOT = YES
22082208

@@ -2358,7 +2358,9 @@ DIRECTORY_GRAPH = YES
23582358
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
23592359
# to make the SVG files visible in IE 9+ (other browsers do not have this
23602360
# requirement).
2361-
# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
2361+
# Possible values are: png, png:cairo, png:cairo:cairo, png:cairo:gd, png:gd,
2362+
# png:gd:gd, jpg, jpg:cairo, jpg:cairo:gd, jpg:gd, jpg:gd:gd, gif, gif:cairo,
2363+
# gif:cairo:gd, gif:gd, gif:gd:gd, svg, png:gd, png:gd:gd, png:cairo,
23622364
# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
23632365
# png:gdiplus:gdiplus.
23642366
# The default value is: png.

doc/refman.pdf

428 KB
Binary file not shown.

0 commit comments

Comments
 (0)