This commit is contained in:
Executable → Regular
@@ -1,10 +1,10 @@
|
|||||||
# Doxyfile 1.4.1-KDevelop
|
# Doxyfile 1.5.1-KDevelop
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Project related configuration options
|
# Project related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
PROJECT_NAME = pokerth.kdevelop
|
PROJECT_NAME = pokerth
|
||||||
PROJECT_NUMBER = 0.1
|
PROJECT_NUMBER = 0.4
|
||||||
OUTPUT_DIRECTORY =
|
OUTPUT_DIRECTORY =
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
@@ -25,18 +25,20 @@ ABBREVIATE_BRIEF = "The $name class" \
|
|||||||
ALWAYS_DETAILED_SEC = NO
|
ALWAYS_DETAILED_SEC = NO
|
||||||
INLINE_INHERITED_MEMB = NO
|
INLINE_INHERITED_MEMB = NO
|
||||||
FULL_PATH_NAMES = YES
|
FULL_PATH_NAMES = YES
|
||||||
STRIP_FROM_PATH = /home/doitux/Projekte/qt-c++/qupil/0.3.2/
|
STRIP_FROM_PATH = /home/doitux/pokerth/
|
||||||
STRIP_FROM_INC_PATH =
|
STRIP_FROM_INC_PATH =
|
||||||
SHORT_NAMES = NO
|
SHORT_NAMES = NO
|
||||||
JAVADOC_AUTOBRIEF = NO
|
JAVADOC_AUTOBRIEF = NO
|
||||||
MULTILINE_CPP_IS_BRIEF = NO
|
MULTILINE_CPP_IS_BRIEF = NO
|
||||||
DETAILS_AT_TOP = NO
|
DETAILS_AT_TOP = NO
|
||||||
INHERIT_DOCS = YES
|
INHERIT_DOCS = YES
|
||||||
DISTRIBUTE_GROUP_DOC = NO
|
SEPARATE_MEMBER_PAGES = NO
|
||||||
TAB_SIZE = 8
|
TAB_SIZE = 8
|
||||||
ALIASES =
|
ALIASES =
|
||||||
OPTIMIZE_OUTPUT_FOR_C = NO
|
OPTIMIZE_OUTPUT_FOR_C = NO
|
||||||
OPTIMIZE_OUTPUT_JAVA = NO
|
OPTIMIZE_OUTPUT_JAVA = NO
|
||||||
|
BUILTIN_STL_SUPPORT = NO
|
||||||
|
DISTRIBUTE_GROUP_DOC = NO
|
||||||
SUBGROUPING = YES
|
SUBGROUPING = YES
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Build related configuration options
|
# Build related configuration options
|
||||||
@@ -80,12 +82,13 @@ WARN_LOGFILE =
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the input files
|
# configuration options related to the input files
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT = /home/doitux/Projekte/qt-c++/pokerth/pokerth
|
INPUT = /home/doitux/Projekte/qt-c++/pokerth
|
||||||
FILE_PATTERNS = *.c \
|
FILE_PATTERNS = *.c \
|
||||||
*.cc \
|
*.cc \
|
||||||
*.cxx \
|
*.cxx \
|
||||||
*.cpp \
|
*.cpp \
|
||||||
*.c++ \
|
*.c++ \
|
||||||
|
*.d \
|
||||||
*.java \
|
*.java \
|
||||||
*.ii \
|
*.ii \
|
||||||
*.ixx \
|
*.ixx \
|
||||||
@@ -106,6 +109,7 @@ FILE_PATTERNS = *.c \
|
|||||||
*.m \
|
*.m \
|
||||||
*.mm \
|
*.mm \
|
||||||
*.dox \
|
*.dox \
|
||||||
|
*.py \
|
||||||
*.C \
|
*.C \
|
||||||
*.CC \
|
*.CC \
|
||||||
*.C++ \
|
*.C++ \
|
||||||
@@ -119,6 +123,7 @@ FILE_PATTERNS = *.c \
|
|||||||
*.PHP3 \
|
*.PHP3 \
|
||||||
*.M \
|
*.M \
|
||||||
*.MM \
|
*.MM \
|
||||||
|
*.PY \
|
||||||
*.C \
|
*.C \
|
||||||
*.H \
|
*.H \
|
||||||
*.tlh \
|
*.tlh \
|
||||||
@@ -146,6 +151,8 @@ INLINE_SOURCES = NO
|
|||||||
STRIP_CODE_COMMENTS = YES
|
STRIP_CODE_COMMENTS = YES
|
||||||
REFERENCED_BY_RELATION = YES
|
REFERENCED_BY_RELATION = YES
|
||||||
REFERENCES_RELATION = YES
|
REFERENCES_RELATION = YES
|
||||||
|
REFERENCES_LINK_SOURCE = YES
|
||||||
|
USE_HTAGS = NO
|
||||||
VERBATIM_HEADERS = YES
|
VERBATIM_HEADERS = YES
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the alphabetical class index
|
# configuration options related to the alphabetical class index
|
||||||
@@ -257,6 +264,7 @@ TEMPLATE_RELATIONS = NO
|
|||||||
INCLUDE_GRAPH = YES
|
INCLUDE_GRAPH = YES
|
||||||
INCLUDED_BY_GRAPH = YES
|
INCLUDED_BY_GRAPH = YES
|
||||||
CALL_GRAPH = NO
|
CALL_GRAPH = NO
|
||||||
|
CALLER_GRAPH = NO
|
||||||
GRAPHICAL_HIERARCHY = YES
|
GRAPHICAL_HIERARCHY = YES
|
||||||
DIRECTORY_GRAPH = YES
|
DIRECTORY_GRAPH = YES
|
||||||
DOT_IMAGE_FORMAT = png
|
DOT_IMAGE_FORMAT = png
|
||||||
|
|||||||
@@ -1,226 +0,0 @@
|
|||||||
<?xml version = '1.0'?>
|
|
||||||
<kdevelop>
|
|
||||||
<general>
|
|
||||||
<author>FThauer FHammer</author>
|
|
||||||
<email>f.thauer@web.de</email>
|
|
||||||
<version>0.1</version>
|
|
||||||
<projectmanagement>KDevTrollProject</projectmanagement>
|
|
||||||
<primarylanguage>C++</primarylanguage>
|
|
||||||
<keywords>
|
|
||||||
<keyword>Qt</keyword>
|
|
||||||
</keywords>
|
|
||||||
<ignoreparts/>
|
|
||||||
<projectdirectory>.</projectdirectory>
|
|
||||||
<absoluteprojectpath>false</absoluteprojectpath>
|
|
||||||
<description/>
|
|
||||||
<versioncontrol>kdevsubversion</versioncontrol>
|
|
||||||
<projectname>pokerth</projectname>
|
|
||||||
<defaultencoding/>
|
|
||||||
</general>
|
|
||||||
<kdevfileview>
|
|
||||||
<groups>
|
|
||||||
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
|
|
||||||
<group pattern="*.ui" name="User Interface" />
|
|
||||||
<group pattern="*.png" name="Icons" />
|
|
||||||
<group pattern="*" name="Others" />
|
|
||||||
<hidenonprojectfiles>false</hidenonprojectfiles>
|
|
||||||
<hidenonlocation>false</hidenonlocation>
|
|
||||||
</groups>
|
|
||||||
<tree>
|
|
||||||
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
|
|
||||||
<hidenonprojectfiles>false</hidenonprojectfiles>
|
|
||||||
<showvcsfields>false</showvcsfields>
|
|
||||||
</tree>
|
|
||||||
</kdevfileview>
|
|
||||||
<kdevdoctreeview>
|
|
||||||
<ignoretocs>
|
|
||||||
<toc>ada</toc>
|
|
||||||
<toc>ada_bugs_gcc</toc>
|
|
||||||
<toc>bash</toc>
|
|
||||||
<toc>bash_bugs</toc>
|
|
||||||
<toc>clanlib</toc>
|
|
||||||
<toc>w3c-dom-level2-html</toc>
|
|
||||||
<toc>fortran_bugs_gcc</toc>
|
|
||||||
<toc>gnome1</toc>
|
|
||||||
<toc>gnustep</toc>
|
|
||||||
<toc>gtk</toc>
|
|
||||||
<toc>gtk_bugs</toc>
|
|
||||||
<toc>haskell</toc>
|
|
||||||
<toc>haskell_bugs_ghc</toc>
|
|
||||||
<toc>java_bugs_gcc</toc>
|
|
||||||
<toc>java_bugs_sun</toc>
|
|
||||||
<toc>kde2book</toc>
|
|
||||||
<toc>opengl</toc>
|
|
||||||
<toc>pascal_bugs_fp</toc>
|
|
||||||
<toc>php</toc>
|
|
||||||
<toc>php_bugs</toc>
|
|
||||||
<toc>perl</toc>
|
|
||||||
<toc>perl_bugs</toc>
|
|
||||||
<toc>python</toc>
|
|
||||||
<toc>python_bugs</toc>
|
|
||||||
<toc>ruby</toc>
|
|
||||||
<toc>ruby_bugs</toc>
|
|
||||||
<toc>sdl</toc>
|
|
||||||
<toc>stl</toc>
|
|
||||||
<toc>w3c-svg</toc>
|
|
||||||
<toc>sw</toc>
|
|
||||||
<toc>w3c-uaag10</toc>
|
|
||||||
<toc>wxwidgets_bugs</toc>
|
|
||||||
</ignoretocs>
|
|
||||||
<ignoredoxygen>
|
|
||||||
<toc>KDE Libraries (Doxygen)</toc>
|
|
||||||
</ignoredoxygen>
|
|
||||||
</kdevdoctreeview>
|
|
||||||
<kdevdebugger>
|
|
||||||
<general>
|
|
||||||
<dbgshell/>
|
|
||||||
<programargs/>
|
|
||||||
<gdbpath/>
|
|
||||||
<configGdbScript/>
|
|
||||||
<runShellScript/>
|
|
||||||
<runGdbScript/>
|
|
||||||
<breakonloadinglibs>true</breakonloadinglibs>
|
|
||||||
<separatetty>false</separatetty>
|
|
||||||
<floatingtoolbar>false</floatingtoolbar>
|
|
||||||
</general>
|
|
||||||
<display>
|
|
||||||
<staticmembers>false</staticmembers>
|
|
||||||
<demanglenames>true</demanglenames>
|
|
||||||
<outputradix>10</outputradix>
|
|
||||||
</display>
|
|
||||||
</kdevdebugger>
|
|
||||||
<kdevtrollproject>
|
|
||||||
<run>
|
|
||||||
<mainprogram>/home/doitux/Projekte/qt-c++/pokerth/bin/pokerth</mainprogram>
|
|
||||||
<programargs/>
|
|
||||||
<directoryradio>executable</directoryradio>
|
|
||||||
<customdirectory>/</customdirectory>
|
|
||||||
<terminal>false</terminal>
|
|
||||||
<autocompile>true</autocompile>
|
|
||||||
<envvars/>
|
|
||||||
<globaldebugarguments/>
|
|
||||||
<globalcwd>/home/doitux/Projekte/qt-c++/pokerth</globalcwd>
|
|
||||||
<useglobalprogram>false</useglobalprogram>
|
|
||||||
<autoinstall>false</autoinstall>
|
|
||||||
<autokdesu>false</autokdesu>
|
|
||||||
</run>
|
|
||||||
<general>
|
|
||||||
<activedir></activedir>
|
|
||||||
</general>
|
|
||||||
<make>
|
|
||||||
<abortonerror>true</abortonerror>
|
|
||||||
<runmultiplejobs>false</runmultiplejobs>
|
|
||||||
<numberofjobs>1</numberofjobs>
|
|
||||||
<dontact>false</dontact>
|
|
||||||
<makebin/>
|
|
||||||
<prio>0</prio>
|
|
||||||
<envvars>
|
|
||||||
<envvar value="/usr/qt/static/4.2.2/bin:$PATH" name="PATH" />
|
|
||||||
<envvar value="/usr/qt/static/4.2.2" name="QTDIR" />
|
|
||||||
</envvars>
|
|
||||||
</make>
|
|
||||||
<qmake>
|
|
||||||
<savebehaviour>2</savebehaviour>
|
|
||||||
<replacePaths>false</replacePaths>
|
|
||||||
<disableDefaultOpts>true</disableDefaultOpts>
|
|
||||||
</qmake>
|
|
||||||
</kdevtrollproject>
|
|
||||||
<kdevfilecreate>
|
|
||||||
<filetypes/>
|
|
||||||
<useglobaltypes>
|
|
||||||
<type ext="ui" />
|
|
||||||
<type ext="cpp" />
|
|
||||||
<type ext="h" />
|
|
||||||
<type ext="ts" />
|
|
||||||
</useglobaltypes>
|
|
||||||
</kdevfilecreate>
|
|
||||||
<kdevdocumentation>
|
|
||||||
<projectdoc>
|
|
||||||
<docsystem>Doxygen-Dokumentation</docsystem>
|
|
||||||
<docurl>pokerth.tag</docurl>
|
|
||||||
<usermanualurl/>
|
|
||||||
</projectdoc>
|
|
||||||
</kdevdocumentation>
|
|
||||||
<substmap>
|
|
||||||
<APPNAME>pokerth</APPNAME>
|
|
||||||
<APPNAMELC>pokerth</APPNAMELC>
|
|
||||||
<APPNAMESC>Pokerth</APPNAMESC>
|
|
||||||
<APPNAMEUC>POKERTH</APPNAMEUC>
|
|
||||||
<AUTHOR>FThauer FHammer</AUTHOR>
|
|
||||||
<EMAIL>f.thauer@web.de</EMAIL>
|
|
||||||
<LICENSE>GPL</LICENSE>
|
|
||||||
<LICENSEFILE>COPYING</LICENSEFILE>
|
|
||||||
<VERSION>0.1</VERSION>
|
|
||||||
<YEAR>2006</YEAR>
|
|
||||||
<dest>/home/doitux/Projekte/qt-c++/pokerth/pokerth</dest>
|
|
||||||
</substmap>
|
|
||||||
<kdevcppsupport>
|
|
||||||
<references/>
|
|
||||||
<codecompletion>
|
|
||||||
<includeGlobalFunctions>true</includeGlobalFunctions>
|
|
||||||
<includeTypes>true</includeTypes>
|
|
||||||
<includeEnums>true</includeEnums>
|
|
||||||
<includeTypedefs>false</includeTypedefs>
|
|
||||||
<automaticCodeCompletion>true</automaticCodeCompletion>
|
|
||||||
<automaticArgumentsHint>true</automaticArgumentsHint>
|
|
||||||
<automaticHeaderCompletion>true</automaticHeaderCompletion>
|
|
||||||
<codeCompletionDelay>250</codeCompletionDelay>
|
|
||||||
<argumentsHintDelay>400</argumentsHintDelay>
|
|
||||||
<headerCompletionDelay>250</headerCompletionDelay>
|
|
||||||
<showOnlyAccessibleItems>false</showOnlyAccessibleItems>
|
|
||||||
<completionBoxItemOrder>0</completionBoxItemOrder>
|
|
||||||
<howEvaluationContextMenu>true</howEvaluationContextMenu>
|
|
||||||
<showCommentWithArgumentHint>true</showCommentWithArgumentHint>
|
|
||||||
<statusBarTypeEvaluation>false</statusBarTypeEvaluation>
|
|
||||||
<namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
|
|
||||||
<processPrimaryTypes>true</processPrimaryTypes>
|
|
||||||
<processFunctionArguments>false</processFunctionArguments>
|
|
||||||
<preProcessAllHeaders>false</preProcessAllHeaders>
|
|
||||||
<parseMissingHeaders>false</parseMissingHeaders>
|
|
||||||
<resolveIncludePaths>true</resolveIncludePaths>
|
|
||||||
<alwaysParseInBackground>true</alwaysParseInBackground>
|
|
||||||
<usePermanentCaching>true</usePermanentCaching>
|
|
||||||
<alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
|
|
||||||
<includePaths>.;</includePaths>
|
|
||||||
</codecompletion>
|
|
||||||
<qt>
|
|
||||||
<used>true</used>
|
|
||||||
<version>4</version>
|
|
||||||
<root>/usr/qt/static/4.2.2</root>
|
|
||||||
<includestyle>4</includestyle>
|
|
||||||
<designerintegration>ExternalDesigner</designerintegration>
|
|
||||||
<qmake>/usr/qt/static/4.2.2/bin/qmake</qmake>
|
|
||||||
<designer>/usr/qt/static/4.2.2/bin/designer</designer>
|
|
||||||
<designerpluginpaths/>
|
|
||||||
</qt>
|
|
||||||
<creategettersetter>
|
|
||||||
<prefixGet>get</prefixGet>
|
|
||||||
<prefixSet>set</prefixSet>
|
|
||||||
<prefixVariable>m_,_</prefixVariable>
|
|
||||||
<parameterName>theValue</parameterName>
|
|
||||||
<inlineGet>true</inlineGet>
|
|
||||||
<inlineSet>true</inlineSet>
|
|
||||||
</creategettersetter>
|
|
||||||
<designerintegration>
|
|
||||||
<qtdesigner>
|
|
||||||
<implementation class="aboutpokerth" path="src/aboutpokerth.ui" implementationpath="aboutpokerth.h" />
|
|
||||||
</qtdesigner>
|
|
||||||
</designerintegration>
|
|
||||||
<splitheadersource>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<synchronize>true</synchronize>
|
|
||||||
<orientation>Vertical</orientation>
|
|
||||||
</splitheadersource>
|
|
||||||
</kdevcppsupport>
|
|
||||||
<cppsupportpart>
|
|
||||||
<filetemplates>
|
|
||||||
<interfacesuffix>.h</interfacesuffix>
|
|
||||||
<implementationsuffix>.cpp</implementationsuffix>
|
|
||||||
</filetemplates>
|
|
||||||
</cppsupportpart>
|
|
||||||
<ctagspart>
|
|
||||||
<customArguments/>
|
|
||||||
<customTagfilePath>/home/doitux/Projekte/qt-c++/pokerth/tags</customTagfilePath>
|
|
||||||
<activeTagsFiles/>
|
|
||||||
</ctagspart>
|
|
||||||
</kdevelop>
|
|
||||||
Reference in New Issue
Block a user