diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-19 16:07:17 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-19 16:07:17 -0600 |
commit | c99cfc8024d7d457aa89dda02a898e0a638d0f26 (patch) | |
tree | b3abba3de0bbf26d365987ce0a63e220e4053b15 | |
parent | 7cc550fc22357e2ded194d3e65287c6b3317f5ae (diff) | |
download | ledger-c99cfc8024d7d457aa89dda02a898e0a638d0f26.tar.gz ledger-c99cfc8024d7d457aa89dda02a898e0a638d0f26.tar.bz2 ledger-c99cfc8024d7d457aa89dda02a898e0a638d0f26.zip |
The Doxyfile target needs to be %builddir%/doc
-rw-r--r-- | doc/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 33750741..d59d3f82 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NUMBER = 3.0 # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = doc +OUTPUT_DIRECTORY = %builddir%/doc # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -1415,7 +1415,7 @@ DIRECTORY_GRAPH = YES # generated by dot. Possible values are png, jpg, or gif # If left blank png will be used. -DOT_IMAGE_FORMAT = png +DOT_IMAGE_FORMAT = jpg # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. |