Browse Source

[trac764] minor doxygen fixes: add log/compiler to INPUT; make sure
the overview will be the documentation for the file (not for a specific
function)

JINMEI Tatuya 13 years ago
parent
commit
0cd32b208c
2 changed files with 3 additions and 2 deletions
  1. 2 2
      doc/Doxyfile
  2. 1 0
      src/lib/log/compiler/message.cc

+ 2 - 2
doc/Doxyfile

@@ -570,8 +570,8 @@ WARN_LOGFILE           =
 
 
 INPUT                  = ../src/lib/cc ../src/lib/config \
 INPUT                  = ../src/lib/cc ../src/lib/config \
     ../src/lib/cryptolink ../src/lib/dns ../src/lib/datasrc \
     ../src/lib/cryptolink ../src/lib/dns ../src/lib/datasrc \
-    ../src/bin/auth ../src/bin/resolver ../src/lib/bench \
-    ../src/lib/log ../src/lib/asiolink/ ../src/lib/nsas \
+    ../src/bin/auth ../src/bin/resolver ../src/lib/bench ../src/lib/log \
+    ../src/lib/log/compiler ../src/lib/asiolink/ ../src/lib/nsas \
     ../src/lib/testutils ../src/lib/cache ../src/lib/server_common/ \
     ../src/lib/testutils ../src/lib/cache ../src/lib/server_common/ \
     ../src/bin/sockcreator/ ../src/lib/util/ \
     ../src/bin/sockcreator/ ../src/lib/util/ \
     ../src/lib/resolve ../src/lib/acl
     ../src/lib/resolve ../src/lib/acl

+ 1 - 0
src/lib/log/compiler/message.cc

@@ -43,6 +43,7 @@ using namespace isc::util;
 
 
 static const char* VERSION = "1.0-0";
 static const char* VERSION = "1.0-0";
 
 
+/// \file log/compiler/message.cc
 /// \brief Message Compiler
 /// \brief Message Compiler
 ///
 ///
 /// \b Overview<BR>
 /// \b Overview<BR>