summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2006-07-29 17:29:37 +0000
committerRoger Leigh <rleigh@debian.org>2006-07-29 17:29:37 +0000
commit1b3b7511596ea3cd5212ad61bc48ca884fd1d088 (patch)
tree5a39c528adef55688210ee9874e196ea47f45584 /doc
parent262b335161988f529328a748e5fe8072b24fb324 (diff)
downloadschroot-1b3b7511596ea3cd5212ad61bc48ca884fd1d088.tar.gz
* Update manual pages.
* sbuild/sbuild-lock.h: Add missing virtual specifier from virtual methods in derived lock classes. * sbuild/sbuild-session.cc: Remove use of excess braces when throwing exceptions. (get_shell): Use log_exception_warning. * Remove incorrect and misplaced comments. * Update translator comments. * Update API reference to document all missing and incomplete documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/schroot.dox.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/schroot.dox.in b/doc/schroot.dox.in
index ab2990f8..6c798e6f 100644
--- a/doc/schroot.dox.in
+++ b/doc/schroot.dox.in
@@ -802,7 +802,7 @@ PDF_HYPERLINKS = NO
# plain latex in the generated Makefile. Set this option to YES to get a
# higher quality PDF documentation.
-USE_PDFLATEX = NO
+USE_PDFLATEX = YES
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
# command to the generated LaTeX files. This will instruct LaTeX to keep
@@ -1160,7 +1160,7 @@ CALL_GRAPH = YES
# So in most cases it will be better to enable caller graphs for selected
# functions only using the \callergraph command.
-CALLER_GRAPH = NO
+CALLER_GRAPH = YES
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
# will graphical hierarchy of all classes instead of a textual one.