removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor.ini
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor.ini b/mods/phpdoc2/PhpDocumentor/phpDocumentor.ini
deleted file mode 100644 (file)
index 75e400e..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-;; phpDocumentor.ini\r
-;;\r
-;; contains all the runtime values that are configurable.\r
-;; This is moved from phpdoc.inc, to remove the necessity to edit the php code and\r
-;; simplify debugging\r
-[DEBUG]\r
-;; If you want to see the internals of the parser in action, set this to true\r
-PHPDOCUMENTOR_DEBUG = false\r
-;; set to true if you want to eliminate extra whitespace in doc comments (slows things down quite a bit)\r
-PHPDOCUMENTOR_KILL_WHITESPACE = false\r
-\r
-[_phpDocumentor_options]\r
-;; this is the value that will be displayed as the root directory\r
-Program_Root = \r
-;; uncomment this to set the path phpDocumentor looks in to find user files\r
-;userdir = user/\r
-\r
-;; Use useconfig if you want to be able to run phpdoc with no command-line options (!!)\r
-;; change the value of useconfig to an .ini file that is in users/ (like greg.ini)\r
-;[_phpDocumentor_setting]\r
-;useconfig = default\r
-\r
-;; set max memory usage size to be very high, to avoid it crashing it the middle of its run\r
-;; due to using a boatload of memory\r
-;;memory_limit = 512M\r
-\r
-[_phpDocumentor_phpfile_exts]\r
-php\r
-php3\r
-php4\r
-phtml\r
-inc\r
-\r
-;; deprecated in 1.2\r
-;; this list is informational only - the following tags will be parsed as\r
-;; having meaning, everything else will be treated as text by the output\r
-;; converter, meaning in the HTML converter, all other tags will be htmlentitied\r
-;[_phpDocumentor_html_allowed]\r
-;ul\r
-;ol\r
-;li\r
-;p\r
-;strong\r
-;pre\r
-;a\r
-;code\r
-;br\r
-;var\r
-;samp\r
-;kbd\r
-\r
-[_phpDocumentor_tags_allowed]\r
-abstract\r
-access\r
-author\r
-category\r
-copyright\r
-;; for Zend IDE support - minimal at best\r
-desc\r
-deprec\r
-deprecated\r
-example\r
-exception\r
-filesource\r
-final\r
-global\r
-ignore\r
-internal\r
-license\r
-link\r
-magic\r
-name\r
-package\r
-param\r
-parameter\r
-return\r
-;; alias for @return\r
-returns\r
-see\r
-since\r
-source\r
-static\r
-staticvar\r
-subpackage\r
-throws\r
-todo\r
-TODO\r
-tutorial\r
-uses\r
-var\r
-version\r
-;; compat tags, things wont parse right in incorrectly documented code without them\r
-;; hopefully better error handling in handleDockeyword allows these to go away\r
-;; this is a dumb tag included for pear compatability see bug# 558028\r
-extends\r
-private\r
-public\r
-\r
-[_phpDocumentor_inline_doc_tags_allowed]\r
-example\r
-inheritdoc\r
-internal\r
-link\r
-source\r
-tutorial\r
-\r
-[_phpDocumentor_inline_tutorial_tags_allowed]\r
-category\r
-example\r
-id\r
-link\r
-toc\r
-tutorial\r
-\r
-;; custom files to include in RIC\r
-;; these MUST be in upper-case\r
-[_phpDocumentor_RIC_files]\r
-README\r
-INSTALL\r
-CHANGELOG\r
-FAQ\r
-NEWS\r