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

LLVM llvm at cs.uiuc.edu
Sat Jun 12 09:52:01 PDT 2004


Changes in directory llvm/docs:

doxygen.cfg updated: 1.8 -> 1.9

---
Log message:

Reduce the number of columns in the alpha index to 4 so that it fits 
on a 1280x1024 screen!


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

Index: llvm/docs/doxygen.cfg
diff -u llvm/docs/doxygen.cfg:1.8 llvm/docs/doxygen.cfg:1.9
--- llvm/docs/doxygen.cfg:1.8	Thu Apr 15 10:33:49 2004
+++ llvm/docs/doxygen.cfg	Sat Jun 12 09:46:02 2004
@@ -411,7 +411,7 @@
 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
 # in which this list will be split (can be a number in the range [1..20])
 
-COLS_IN_ALPHA_INDEX    = 5
+COLS_IN_ALPHA_INDEX    = 4
 
 # In case all classes in a project start with a common prefix, all 
 # classes will be put under the same header in the alphabetical index. 





More information about the llvm-commits mailing list