diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-05-14 20:06:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-05-14 20:06:31 +0000 |
commit | 50ffe0c7d10194109b415b30691e4c2df9cd2502 (patch) | |
tree | 865056f9c77c76be5921cffe9000cb296d3e48c6 /docs | |
parent | 26a35003bf84e00d7a4f98f4c15af561fcfb31bf (diff) | |
download | external_llvm-50ffe0c7d10194109b415b30691e4c2df9cd2502.zip external_llvm-50ffe0c7d10194109b415b30691e4c2df9cd2502.tar.gz external_llvm-50ffe0c7d10194109b415b30691e4c2df9cd2502.tar.bz2 |
* Truncate a long line.
* By default, doxygen output formatted for printing on letter size paper
not A4.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22034 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen.cfg.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index 06dc264..d23288a 100644 --- a/docs/doxygen.cfg.in +++ b/docs/doxygen.cfg.in @@ -88,7 +88,7 @@ HIDE_UNDOC_CLASSES = NO BRIEF_MEMBER_DESC = YES # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend -# the brief description of a member or function before the detailed description. +# the brief description of a member or function before the detailed description. # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. @@ -536,7 +536,7 @@ COMPACT_LATEX = NO # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. -PAPER_TYPE = a4wide +PAPER_TYPE = letter # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. |