Skip to content

Commit

Permalink
- Parameter der Funktionen sollten auch alle dokumentiert sein.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmaster committed Sep 2, 2015
1 parent 6e794b7 commit a4e5648
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ OUTPUT_DIRECTORY = Dokumenation
# performance problems for the file system.
# The default value is: NO.

CREATE_SUBDIRS = YES
CREATE_SUBDIRS = NO

# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
# characters to appear in the names of generated files. If set to NO, non-ASCII
# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
# U+3044.
# The default value is: NO.

ALLOW_UNICODE_NAMES = YES
ALLOW_UNICODE_NAMES = NO

# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
Expand Down Expand Up @@ -343,7 +343,7 @@ SIP_SUPPORT = NO
# should set this option to NO.
# The default value is: YES.

IDL_PROPERTY_SUPPORT = NO
IDL_PROPERTY_SUPPORT = YES

# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# tag is set to YES then doxygen will reuse the documentation of the first
Expand Down Expand Up @@ -740,7 +740,7 @@ WARN_IF_DOC_ERROR = YES
# parameter documentation, but not about the absence of documentation.
# The default value is: NO.

WARN_NO_PARAMDOC = NO
WARN_NO_PARAMDOC = YES

# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which
Expand Down Expand Up @@ -2157,7 +2157,7 @@ HAVE_DOT = YES
# Minimum value: 0, maximum value: 32, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_NUM_THREADS = 0
DOT_NUM_THREADS = 4

# When you want a differently looking font in the dot files that doxygen
# generates you can specify the font name using DOT_FONTNAME. You need to make
Expand Down Expand Up @@ -2313,7 +2313,7 @@ DOT_IMAGE_FORMAT = svg
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

INTERACTIVE_SVG = NO
INTERACTIVE_SVG = YES

# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
Expand Down
2 changes: 2 additions & 0 deletions Plug-Ins/Dummy/Quellen/Dummy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@
\brief Teilt der Steuerung mit, das neue Koordinaten empfangen worden sind.
Die Übermittlung erfolgt als NMEA Datensatz.
\param[out] daten Der NMEA Datensatz.
*/

/*!
\fn Dummy::MeldungSenden(Meldung meldung)
\brief Teilt der Steuerung mit, wenn eine %Meldung vorliegt.
Hierüber werden Debug-, Fehler- und Informationsmeldungen verschickt.
\param[out] meldung Die zu sendende %Meldung.
*/

/*!
Expand Down
2 changes: 2 additions & 0 deletions Plug-Ins/EM7345/Quellen/EM7345.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@
\brief Teilt der Steuerung mit, das neue Koordinaten empfangen worden sind.
Die Übermittlung erfolgt als NMEA Datensatz.
\param[out] daten Der NMEA Datensatz.
*/

/*!
\fn EM7345::MeldungSenden(Meldung meldung)
\brief Teilt der Steuerung mit, wenn eine %Meldung vorliegt.
Hierüber werden Debug-, Fehler- und Informationsmeldungen verschickt.
\param[out] meldung Die zu sendende %Meldung.
*/

/*!
Expand Down

0 comments on commit a4e5648

Please sign in to comment.