Parcourir la source

[jreed-doxygen] be specific for logger.h for doxygen-generated docs

Jeremy C. Reed il y a 13 ans
Parent
commit
c5825a1d48
4 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 1 1
      src/lib/cache/logger.h
  2. 1 1
      src/lib/cc/logger.h
  3. 1 1
      src/lib/datasrc/logger.h
  4. 1 1
      src/lib/server_common/logger.h

+ 1 - 1
src/lib/cache/logger.h

@@ -18,7 +18,7 @@
 #include <log/macros.h>
 #include <cache/cache_messages.h>
 
-/// \file logger.h
+/// \file cache/logger.h
 /// \brief Cache library global logger
 ///
 /// This holds the logger for the cache library. It is a private header

+ 1 - 1
src/lib/cc/logger.h

@@ -18,7 +18,7 @@
 #include <cc/cc_messages.h>
 #include <log/macros.h>
 
-/// \file logger.h
+/// \file cc/logger.h
 /// \brief Command Channel library global logger
 ///
 /// This holds the logger for the CC library. It is a private header

+ 1 - 1
src/lib/datasrc/logger.h

@@ -18,7 +18,7 @@
 #include <log/macros.h>
 #include <datasrc/datasrc_messages.h>
 
-/// \file logger.h
+/// \file datasrc/logger.h
 /// \brief Data Source library global logger
 ///
 /// This holds the logger for the data source library. It is a private header

+ 1 - 1
src/lib/server_common/logger.h

@@ -18,7 +18,7 @@
 #include <log/macros.h>
 #include <server_common/server_common_messages.h>
 
-/// \file logger.h
+/// \file server_common/logger.h
 /// \brief Server Common library global logger
 ///
 /// This holds the logger for the server common library. It is a private header