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

Misha Brukman brukman at cs.uiuc.edu
Thu Apr 15 10:34:01 PDT 2004


Changes in directory llvm/docs:

doxygen.cfg updated: 1.7 -> 1.8

---
Log message:

Removed obsolete doxygen options (they were blank anyway).


---
Diffs of the changes:  (+0 -35)

Index: llvm/docs/doxygen.cfg
diff -u llvm/docs/doxygen.cfg:1.7 llvm/docs/doxygen.cfg:1.8
--- llvm/docs/doxygen.cfg:1.7	Wed Dec 31 00:47:28 2003
+++ llvm/docs/doxygen.cfg	Thu Apr 15 10:33:49 2004
@@ -861,38 +861,3 @@
 # used. If set to NO the values of all tags below this one will be ignored.
 
 SEARCHENGINE           = NO
-
-# The CGI_NAME tag should be the name of the CGI script that 
-# starts the search engine (doxysearch) with the correct parameters. 
-# A script with this name will be generated by doxygen.
-
-CGI_NAME               = 
-
-# The CGI_URL tag should be the absolute URL to the directory where the 
-# cgi binaries are located. See the documentation of your http daemon for 
-# details.
-
-CGI_URL                = 
-
-# The DOC_URL tag should be the absolute URL to the directory where the 
-# documentation is located. If left blank the absolute path to the 
-# documentation, with file:// prepended to it, will be used.
-
-DOC_URL                = 
-
-# The DOC_ABSPATH tag should be the absolute path to the directory where the 
-# documentation is located. If left blank the directory on the local machine 
-# will be used.
-
-DOC_ABSPATH            = 
-
-# The BIN_ABSPATH tag must point to the directory where the doxysearch binary 
-# is installed.
-
-BIN_ABSPATH            = 
-
-# The EXT_DOC_PATHS tag can be used to specify one or more paths to 
-# documentation generated for other projects. This allows doxysearch to search 
-# the documentation for these projects as well.
-
-EXT_DOC_PATHS          = 





More information about the llvm-commits mailing list