[llvm-commits] CVS: llvm/docs/doxygen.cfg.in

Reid Spencer reid at x10sys.com
Sat May 14 13:06:42 PDT 2005



Changes in directory llvm/docs:

doxygen.cfg.in updated: 1.10 -> 1.11
---
Log message:

* Truncate a long line.
* By default, doxygen output formatted for printing on letter size paper
  not A4.


---
Diffs of the changes:  (+2 -2)

 doxygen.cfg.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/doxygen.cfg.in
diff -u llvm/docs/doxygen.cfg.in:1.10 llvm/docs/doxygen.cfg.in:1.11
--- llvm/docs/doxygen.cfg.in:1.10	Sun Nov 28 21:33:22 2004
+++ llvm/docs/doxygen.cfg.in	Sat May 14 15:06:31 2005
@@ -88,7 +88,7 @@
 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 @@
 # 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.






More information about the llvm-commits mailing list