Discussion:
[libdvdcss-devel] doxygen: Warn on missing parameter documentation
Diego Biurrun
2014-10-20 17:10:22 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Mon Oct 20 11:59:05 2014 +0200| [d0770d146bbce914d2672f0221f501e82c5292a6] | committer: Jean-Baptiste Kempf

doxygen: Warn on missing parameter documentation
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=d0770d146bbce914d2672f0221f501e82c5292a6
---

doc/doxygen.cfg.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index 6c12eed..be90602 100644
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -715,7 +715,7 @@ WARN_IF_DOC_ERROR = YES
# 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
Diego Biurrun
2014-10-20 17:14:57 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Mon Oct 20 11:59:05 2014 +0200| [011d524965bb37f72513e071dccc8b47d9627614] | committer: Jean-Baptiste Kempf

doxygen: Warn on missing parameter documentation
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=011d524965bb37f72513e071dccc8b47d9627614
---

doc/doxygen.cfg.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index 6c12eed..be90602 100644
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -715,7 +715,7 @@ WARN_IF_DOC_ERROR = YES
# 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
Diego Biurrun
2014-10-21 19:17:06 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Mon Oct 20 11:59:05 2014 +0200| [e5d9acaa42ab0f1151e925bb5c756a55710cbb28] | committer: Diego Biurrun

doxygen: Warn on missing parameter documentation
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=e5d9acaa42ab0f1151e925bb5c756a55710cbb28
---

doc/doxygen.cfg.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index 6c12eed..be90602 100644
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -715,7 +715,7 @@ WARN_IF_DOC_ERROR = YES
# 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
Loading...