[elvystrac] r1877 - doxygen script for Layout Designer

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Thu, 25 Feb 2010 17:45:06 +0100

Author: JirkaH
Date: 2010-02-25 17:45:06 +0100 (Thu, 25 Feb 2010)
New Revision: 1877

Added:
   trunk/layouteditor/LayoutDesigner/doc/
   trunk/layouteditor/LayoutDesigner/doc/Doxyfile
   trunk/layouteditor/LayoutDesigner/doc/mainpage.dox
Log:
doxygen script for Layout Designer


Added: trunk/layouteditor/LayoutDesigner/doc/Doxyfile
===================================================================
--- trunk/layouteditor/LayoutDesigner/doc/Doxyfile                              
(rev 0)
+++ trunk/layouteditor/LayoutDesigner/doc/Doxyfile      2010-02-25 16:45:06 UTC 
(rev 1877)
@@ -0,0 +1,81 @@
+#
+# Kalisto
+#
+# Copyright (c) 2001-2008
+#      Distributed Systems Research Group
+#      Department of Software Engineering
+#      Faculty of Mathematics and Physics
+#      Charles University, Czech Republic
+#
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+
+DOXYFILE_ENCODING      = UTF-8
+PROJECT_NAME           = Elvys - Layout Designer
+
+FULL_PATH_NAMES        = YES
+STRIP_FROM_PATH                  = 
"/home/keruom/elvys/trunk/layouteditor/src/com/elvys/applet"
+JAVADOC_AUTOBRIEF      = YES
+OPTIMIZE_OUTPUT_JAVA   = YES
+
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+
+EXTRACT_ALL            = YES
+EXTRACT_STATIC         = YES
+EXTRACT_PRIVATE        = YES
+
+#---------------------------------------------------------------------------
+# Configuration options related to the input files
+#---------------------------------------------------------------------------
+
+INPUT                  = ../src/com/elvys/applet ../doc
+EXCLUDE                = ../kernel/include/asm.h ../kernel/tests ../user/tests
+IMAGE_PATH                               = ../doc/images
+FILE_PATTERNS                    = *.java *.dox
+RECURSIVE              = YES
+INPUT_ENCODING         = UTF-8
+
+#---------------------------------------------------------------------------
+# Configuration options related to source browsing
+#---------------------------------------------------------------------------
+
+SOURCE_BROWSER         = YES
+INLINE_SOURCES         = NO
+
+REFERENCES_RELATION    = YES
+REFERENCED_BY_RELATION = YES
+
+#---------------------------------------------------------------------------
+# Configuration options related to the HTML output
+#---------------------------------------------------------------------------
+
+GENERATE_TREEVIEW      = YES
+HTML_DYNAMIC_SECTIONS  = YES
+
+#---------------------------------------------------------------------------
+# Configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+
+GENERATE_LATEX         = NO
+
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor
+#---------------------------------------------------------------------------
+
+ENABLE_PREPROCESSING   = YES
+
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool
+#---------------------------------------------------------------------------
+
+HAVE_DOT               = YES
+UML_LOOK               = YES
+CALL_GRAPH             = YES
+CALLER_GRAPH           = YES
+CLASS_DIAGRAMS         = YES
+INCLUDE_GRAPH                    = YES
+HIDE_UNDOC_RELATIONS   = NO

Added: trunk/layouteditor/LayoutDesigner/doc/mainpage.dox
===================================================================
--- trunk/layouteditor/LayoutDesigner/doc/mainpage.dox                          
(rev 0)
+++ trunk/layouteditor/LayoutDesigner/doc/mainpage.dox  2010-02-25 16:45:06 UTC 
(rev 1877)
@@ -0,0 +1,8 @@
+/** @mainpage Elvys Layout Designer
+*
+* @authors Eva Viktorinova
+*
+* @section intro Introduction
+* @par 
+* This program is ....
+*/


Other related posts:

  • » [elvystrac] r1877 - doxygen script for Layout Designer - elvys