]> git.meshlink.io Git - catta/blobdiff - avahi-common/cdecl.h
Sending translation for Polish
[catta] / avahi-common / cdecl.h
index 82c687dad198071426597bcd27bf10201f7cbd1d..fc89197b9280ad24b0a6ff4f095650c54f38bab7 100644 (file)
   USA.
 ***/
 
-
+/** \file cdecl.h C++ compatibility */
 #ifdef __cplusplus
 /** If using C++ this macro enables C mode, otherwise does nothing */
 #define AVAHI_C_DECL_BEGIN extern "C" {
-/** If using C++ this macros switches back to C++ mode, otherwise does nothing */
+/** If using C++ this macro switches back to C++ mode, otherwise does nothing */
 #define AVAHI_C_DECL_END }
 
 #else
 /** If using C++ this macro enables C mode, otherwise does nothing */
 #define AVAHI_C_DECL_BEGIN
-/** If using C++ this macros switches back to C++ mode, otherwise does nothing */
+/** If using C++ this macro switches back to C++ mode, otherwise does nothing */
 #define AVAHI_C_DECL_END
 
 #endif