Skip to content
Snippets Groups Projects
Commit 2500cd61 authored by Oliver Bock's avatar Oliver Bock
Browse files

Beautified doxygen spec (using Eclox)

git-svn-id: https://svn.origo.ethz.ch/fidelity@7 53d1999f-d1a8-4366-aa61-588fded17473
parent 8b40d5e3
No related branches found
No related tags found
No related merge requests found
...@@ -85,17 +85,7 @@ REPEAT_BRIEF = YES ...@@ -85,17 +85,7 @@ REPEAT_BRIEF = YES
# "The $name file" "is" "provides" "specifies" "contains" # "The $name file" "is" "provides" "specifies" "contains"
# "represents" "a" "an" "the" # "represents" "a" "an" "the"
ABBREVIATE_BRIEF = "The $name class " \ ABBREVIATE_BRIEF = "The $name class " "The $name widget " "The $name file " is provides specifies contains represents a an the
"The $name widget " \
"The $name file " \
is \
provides \
specifies \
contains \
represents \
a \
an \
the
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
# Doxygen will generate a detailed section even if there is only a brief # Doxygen will generate a detailed section even if there is only a brief
...@@ -503,11 +493,7 @@ INPUT_ENCODING = UTF-8 ...@@ -503,11 +493,7 @@ INPUT_ENCODING = UTF-8
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
FILE_PATTERNS = *.cpp \ FILE_PATTERNS = *.cpp *.H *.moc *.h *.CPP
*.H \
*.moc \
*.h \
*.CPP
# The RECURSIVE tag can be used to turn specify whether or not subdirectories # The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO. # should be searched for input files as well. Possible values are YES and NO.
...@@ -519,8 +505,7 @@ RECURSIVE = YES ...@@ -519,8 +505,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a # excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag. # subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = *.svn \ EXCLUDE = *.svn doxygen
doxygen
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded # directories that are symbolic links (a Unix filesystem feature) are excluded
...@@ -534,8 +519,7 @@ EXCLUDE_SYMLINKS = NO ...@@ -534,8 +519,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories # against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/* # for example use the pattern */test/*
EXCLUDE_PATTERNS = moc_* \ EXCLUDE_PATTERNS = moc_* qrc_*
qrc_*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the output. # (namespaces, classes, functions, etc.) that should be excluded from the output.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment