]> git.mxchange.org Git - hub.git/commitdiff
Paths to my dev environment updated, node template class updated
authorRoland Häder <roland@mxchange.org>
Thu, 23 Jul 2009 22:20:53 +0000 (22:20 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 23 Jul 2009 22:20:53 +0000 (22:20 +0000)
Doxyfile
application/hub/main/nodes/class_

index 48754d6b5ed6e856428ba254d9cceedfc5f34c88..8a7db01858bbb7a53eeb2af05065af77d15c7029 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING      = UTF-8
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = GenericObjectSharingHub
+PROJECT_NAME           = Generic Object Sharing Hub
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
@@ -38,7 +38,7 @@ PROJECT_NUMBER         = 0.0.0
 # If a relative path is entered, it will be relative to the location 
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = /export/home/quix0r/svn/hub/trunk/docs/
+OUTPUT_DIRECTORY       = /home/quix0r/MyProjects/hub/trunk/docs/
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
 # 4096 sub-directories (in 2 levels) under the output directory of each output 
@@ -551,7 +551,7 @@ WARN_FORMAT            = "$file:$line: $text  "
 # and error messages should be written. If left blank the output is written 
 # to stderr.
 
-WARN_LOGFILE           = /export/home/quix0r/svn/hub/trunk/docs/warn.log
+WARN_LOGFILE           = /home/quix0r/MyProjects/hub/trunk/docs/warn.log
 
 #---------------------------------------------------------------------------
 # configuration options related to the input files
@@ -562,7 +562,7 @@ WARN_LOGFILE           = /export/home/quix0r/svn/hub/trunk/docs/warn.log
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = /export/home/quix0r/svn/hub/trunk/
+INPUT                  = /home/quix0r/MyProjects/hub/trunk/
 
 # This tag can be used to specify the character encoding of the source files 
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 
index 639d609d150dbdb86de829fff257508f5b49361f..ec62ebbd2a74f6484274b8c3855f32c87a37c881 100644 (file)
@@ -65,6 +65,16 @@ class Hub???Node extends BaseHubNode implements NodeHelper, Registerable {
                // This is the last line: output teaser
                $this->outputTeaserLines();
        }
+
+       /**
+        * Initializes hub-specific queues
+        *
+        * @return      void
+        * @todo        Implement this method
+        */
+       public function initQueues () {
+               $this->partialStub('Please implement this method.');
+       }
 }
 
 // [EOF]